Gets the author(s) of the message ('From' header).

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public IList<MailBox> From { get; private set; }
Visual Basic
Public Property From As IList(Of MailBox)
	Get
	Private Set
Visual C++
public:
property IList<MailBox^>^ From {
	IList<MailBox^>^ get ();
	private: void set (IList<MailBox^>^ value);
}

See Also