Gets or sets the e-mail address of the message sender.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic EmailAddress From { get; set; }
Public Property From As EmailAddress
Get
Set
Property Value
Type:
EmailAddressAn
EmailAddress object containing the e-mail address of the message sender.
Exceptions
Remarks
The value of this property is taken from From header.
To specify it as a string, set msg.From.AsString value (assuming msg is MailMessage instance).
Examples
See Also