 | EnvelopeFrom Property |
Gets the author(s) of the message ('From' header).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic IList<MailBox> From { get; }Public ReadOnly Property From As IList(Of MailBox)
Get
public:
property IList<MailBox^>^ From {
IList<MailBox^>^ get ();
}member From : IList<MailBox> with get
Property Value
IListMailBox
See Also