Tag Property (Outlook Controls)
Returns or sets a String that specifies additional information about a control. Read/write.
Syntax
expression. Tag
expression A variable that represents an Outlook control object.
Remarks
The default is a zero-length string ("").
Use the Tag property to assign an identification string to a control without affecting other property settings or attributes.
For example, you can use Tag to check the identity of a control that is passed as a variable to a procedure.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.