| EnvelopeFrom Property |
Gets the author(s) of the message ('From' header).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
IListMailBoxSee Also