Gets the collection of email addresses this message will be sent to.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

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

See Also