'To' field, address(es) of the primary recipient(s) of the message. May be empty. You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.

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

Syntax

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

See Also