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.12102.1426

Syntax

C#
IList<MailBox> From { get; }
Visual Basic
ReadOnly Property From As IList(Of MailBox)
	Get
Visual C++
property IList<MailBox^>^ From {
	IList<MailBox^>^ get ();
}

See Also