LumiSoft Mail Server User API
From Property
Namespaces > LumiSoft.Net.IMAP > IMAP_Envelope > From
Gets header field "From:" value. Returns null if value isn't set.
Syntax
C#Visual BasicManaged C++
public MailboxAddress[] From { get; }
Public ReadOnly Property From As MailboxAddress()
public:
array<MailboxAddress^>^ From {
	array<MailboxAddress^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)