| 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 EnvelopeTo As MailBox
Get
Set
property MailBox^ EnvelopeTo {
MailBox^ get ();
void set (MailBox^ value);
}
abstract EnvelopeTo : MailBox with get, set
Property Value
Type:
MailBoxRemarks
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