Sets the ReplyTo address.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void SetReplyTo( string replyto, string characterEncoding ) |
Visual Basic |
---|
Public Sub SetReplyTo ( _ replyto As String, _ characterEncoding As String _ ) |
Visual C++ |
---|
public: void SetReplyTo( String^ replyto, String^ characterEncoding ) |
Parameters
- replyto
- Type: System..::..String
The ReplyTo header address.
- characterEncoding
- Type: System..::..String
The character encoding to use.
Remarks
To use the default "us-ascii" character set encoding for this property,
see ReplyTo.