Description
-
Tag for misc usage.
Property type
-
A Variant value.
Syntax
-
object.Tag [= value]
The Tag Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapMessage. |
value |
A Variant value. Any value of your
choice, including reference to an object. |
Remarks
- Tag property can store arbitary data and hold it for your
during message lifetime in one session. If you need to hold
additional information about the message, you should create
Class (in VB) with members of your choice, create instance of
that class and just pass it's reference to this property.
That way as long as user is connected and message exists, you
will be able to access your data.
|