 | 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.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListString
See Also