EmailMessage.Sender 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 or sets the mailbox from which the email message was sent.
public:
property EmailRecipient ^ Sender { EmailRecipient ^ get(); void set(EmailRecipient ^ value); };
EmailRecipient Sender();
void Sender(EmailRecipient value);
public EmailRecipient Sender { get; set; }
var emailRecipient = emailMessage.sender;
emailMessage.sender = emailRecipient;
Public Property Sender As EmailRecipient
Property Value
The mailbox from which the email message was sent.
Windows requirements
App capabilities |
email
emailSystem
|