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