| IMailRcptTo 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 RcptTo { get; set; }
Property RcptTo As MailBox
Get
Set
property MailBox^ RcptTo {
MailBox^ get ();
void set (MailBox^ value);
}
abstract RcptTo : 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