PowerTCP Mail for .NET
Tag Property (MessageBase)




Gets or sets an object reference that can be used to associate this instance with any other object.
Syntax
Public Property Tag As Object
Dim instance As MessageBase
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
public: __property Object* get_Tag();
public: __property void set_Tag( 
   Object* value
);
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}

Property Value

Any object that is associated with the object, null if no objects are associated with the object.
Remarks
See Also

Reference

MessageBase Class
MessageBase Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic