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