Share via


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

Concepts

MailItem Object Members

MailItem Object