Click or drag to resize

IMailFrom Property

Gets the author(s) of this email message ('From' header). This collection can be modified. If it's empty, email message is NOT RFC 2822 compliant.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IList<MailBox> From { get; }

Property Value

Type: IListMailBox
See Also