Click or drag to resize

IMailEnvelopeTo Property

Gets or sets the address of the recipient taken from the SMTP envelope (SMTP "RCTP FROM").

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
MailBox EnvelopeTo { get; set; }

Property Value

Type: MailBox
Remarks
If the recipient in the SMTP envelope ("RCTP TO") is not included in the CC list, some mail servers add this header as an aid to clients which would otherwise not be able to display the envelope recipients.
See Also