Click or drag to resize

IMailSenderHeader Property

Gets or sets mailbox of the agent responsible for the actual transmission of this email message ('Sender' header).

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

Property Value

Type: MailBox
Remarks
'Sender' is not required if From property contains only one MailBox. 'Sender' property is needed when message is from more than one person (From contains more than one mailbox). In such case Sender provides information which mailbox is responsible for the actual transmission.
See Also