SaveOptionsDefaultHtml Property |
Gets options with default values for saving message to Html format.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HtmlSaveOptions DefaultHtml { get; }
Public Shared ReadOnly Property DefaultHtml As HtmlSaveOptions
Get
public:
static property HtmlSaveOptions^ DefaultHtml {
HtmlSaveOptions^ get ();
}
static member DefaultHtml : HtmlSaveOptions with get
Property Value
Type:
HtmlSaveOptions
See Also