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.