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

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