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