Dart.Mail Namespace > MailMessage Class : To Property |
Public Property To As String
Dim instance As MailMessage Dim value As String instance.To = value value = instance.To
public string To {get; set;}
Gets or sets the "To:" header field, indicating the recipient(s) to which the message should be sent. Set to null or empty to remove the header field.
When set, the address format is standardized and the "friendly name" is word-encoded using HeaderDictionary.Encoding.