To Property

                  Applies To

Returns or sets the semicolon-delimited list of display names for the To recipients for the Outlook item. 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.

Read/write String.

Syntax

objMailItem.To

objMailItem     Required. An expression that returns a MailItem object.