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.
expression. To
expression A variable that represents a MailItem object.
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.
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.