Click or drag to resize

IMailEnvelopeFrom 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 EnvelopeFrom { get; set; }

Property Value

Type: MailBox
Remarks
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