Dart.Mail Namespace > MailMessage Class : From Property |
Public Property From As String
Dim instance As MailMessage Dim value As String instance.From = value value = instance.From
public string From {get; set;}
Gets or sets the "From:" header field. Set to null or empty to remove the header field from the header.
When set, the address format is standardized and the "friendly name" is word-encoded using HeaderDictionary.Encoding.