PowerTCP Mail for .NET
ReplyTo Property




Gets or sets the email address(es) of where any reply should be sent.
Syntax
Public Property ReplyTo As String
Dim instance As MailMessage
Dim value As String
 
instance.ReplyTo = value
 
value = instance.ReplyTo
public string ReplyTo {get; set;}
public: __property string* get_ReplyTo();
public: __property void set_ReplyTo( 
   string* value
);
public:
property String^ ReplyTo {
   String^ get();
   void set (    String^ value);
}

Property Value

Decoded email address(es). A comma-delimited string is used for multiple addresses. Decoded email address(es). A comma is used to separate multiple addresses.
Remarks

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.

See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic