BoxSignatureHtml Property |
Html text of the default signature, when creating new emails from this mailbox. When is null, a default generic signature is attached.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SignatureHtml { get; set; }
Public Property SignatureHtml As String
Get
Set
public:
property String^ SignatureHtml {
String^ get ();
void set (String^ value);
}
member SignatureHtml : string with get, set
Property Value
Type:
String
See Also