| IMailXEnvelopeFrom Property |
Gets or sets the address of the sender taken from the SMTP envelope (SMTP "MAIL FROM").
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax MailBox XEnvelopeFrom { get; set; }
Property XEnvelopeFrom As MailBox
Get
Set
property MailBox^ XEnvelopeFrom {
MailBox^ get ();
void set (MailBox^ value);
}
abstract XEnvelopeFrom : MailBox with get, set
Property Value
Type:
MailBoxRemarks
If the sender in the SMTP envelope ("MAIL FROM") is not the same as the senders in the "From" or "Sender" RFC 2822 header fields,
some mail servers add this header as an aid to clients which would otherwise not be able to display the envelope sender.
See Also