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

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

Syntax

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

See Also

ISmtpMail Interface