| MailBuilderRcptTo 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 public MailBox RcptTo { get; set; }
Public Property RcptTo As MailBox
Get
Set
public:
property MailBox^ RcptTo {
MailBox^ get ();
void set (MailBox^ value);
}
member RcptTo : MailBox with get, set
Property Value
Type:
MailBoxSee Also