 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIList<MailBox> From { get; }ReadOnly Property From As IList(Of MailBox)
Get
property IList<MailBox^>^ From {
IList<MailBox^>^ get ();
}abstract From : IList<MailBox> with get
Property Value
IListMailBox
See Also