EmailMessage.To Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the direct recipients of the email message.
public:
property IVector<EmailRecipient ^> ^ To { IVector<EmailRecipient ^> ^ get(); };
IVector<EmailRecipient> To();
public IList<EmailRecipient> To { get; }
var iVector = emailMessage.to;
Public ReadOnly Property To As IList(Of EmailRecipient)
Property Value
The recipients of the email message.
Windows requirements
App capabilities |
email
emailSystem
|