| SmtpMailTo Property |
Gets the collection of mail addresses this message will be sent to. Value of this property is used for SMTP's RCPT TO command.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> To { get; }
Public ReadOnly Property To As List(Of String)
Get
public:
property List<String^>^ To {
List<String^>^ get ();
}
member To : List<string> with get
Property Value
Type:
ListStringSee Also