Mail.Tag Property


Gets or sets an object that contains data to associate with the Mail object instance.

[Visual Basic]
Public Property Get Tag() As Object
Public Property Let Tag( newVal As Object)
[Visual C++]
public: get_Tag(VARIANT* pVal);
public: put_Tag(VARIANT newVal);

Property Value

A Object associated with the current Mail instance.

Online Tutorials

Parse Email in VB6 - Tutorial
Parse winmail.dat(TNEF) in VB6 - Tutorial
Parse Email in Delphi - Tutorial
Parse winmail.dat(TNEF) in Delphi - Tutorial
Parse Email in VC++- Tutorial
Parse winmail.dat(TNEF) in VC++ - Tutorial