.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::ReplyTo

The email address to be used when a recipient replies.

  Declarations  
    [Visual Basic]
Public Property ReplyTo As String

[C#]
public string ReplyTo {get; set;}

[C++]
public: __property String* get_ReplyTo();
public: __property void set_ReplyTo(String *);

[JScript]
public function get ReplyTo() : String;
public function set ReplyTo(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.