 | MailBuilderEnvelopeFrom Property |
Gets or sets the address of the sender taken from the SMTP envelope (SMTP "MAIL FROM").
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic MailBox EnvelopeFrom { get; set; }Public Property EnvelopeFrom As MailBox
Get
Set
public:
property MailBox^ EnvelopeFrom {
MailBox^ get ();
void set (MailBox^ value);
}member EnvelopeFrom : MailBox with get, set
Property Value
MailBox
See Also