Gets address(es) of the primary recipient(s) of this email message ('To' header). In this collection you can find MailBox which represents single mailbox, or MailGroup which represents group of email addresses. This collection can be modified. May be empty.

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

Syntax

C#
IList<MailAddress> To { get; }
Visual Basic
ReadOnly Property To As IList(Of MailAddress)
	Get
Visual C++
property IList<MailAddress^>^ To {
	IList<MailAddress^>^ get ();
}

See Also