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