EmailMessage.From Property
The From property gets the author(s) of the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property From As EmailRecipient
Get
Set
'Usage
Dim instance As EmailMessage
Dim value As EmailRecipient
value = instance.From
instance.From = value
public EmailRecipient From { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipient