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