Gets or sets the reply email address.
Namespace: CTCT.Components.EmailCampaignsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string ReplyToEmail { get; set; }
public string ReplyToEmail { get; set; }
Public Property ReplyToEmail As String
Get
Set
Public Property ReplyToEmail As String
Get
Set
public:
property String^ ReplyToEmail {
String^ get ();
void set (String^ value);
}
public:
property String^ ReplyToEmail {
String^ get ();
void set (String^ value);
}
member ReplyToEmail : string with get, set
member ReplyToEmail : string with get, set