MailItem.To Property

Outlook Developer Reference

Returns or sets a semicolon-delimited String list of display names for the To recipients for the Outlook item. Read/write.

Syntax

expression.To

expression   A variable that represents a MailItem object.

Remarks

This property contains the display names only. The To property corresponds to the MAPI property PR_DISPLAY_TO. The Recipients collection should be used to modify this property.

See Also