Click or drag to resize

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; }

Property Value

Type: ListString
See Also