MailItem.To property (Outlook)

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 PidTagDisplayTo. The Recipients collection should be used to modify this property.

See also

MailItem Object

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.