EmailTemplateEmailBody Property |
Body - This is the body of the e-mail. E-mails are sent as HTML and can include HTML tags if needed, e.g. br will provide a line break.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string EmailBody { get; set; }
Public Property EmailBody As String
Get
Set
public:
property String^ EmailBody {
String^ get ();
void set (String^ value);
}
member EmailBody : string with get, set
Property Value
Type:
String
See Also