Share via


Tag Property

Outlook Developer Reference

Returns or sets a String that specifies additional information about a control. Read/write.

Version Information
 Version Added:  Outlook 2007

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.