MhtSaveOptionsMhtFormatOptions Property |
Defines additional options when saving in MHTML format.
Default value is MhtFormatOptions.WriteHeader | MhtFormatOptions.WriteOutlineAttachments.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MhtFormatOptions MhtFormatOptions { get; set; }
Public Property MhtFormatOptions As MhtFormatOptions
Get
Set
public:
property MhtFormatOptions MhtFormatOptions {
MhtFormatOptions get ();
void set (MhtFormatOptions value);
}
member MhtFormatOptions : MhtFormatOptions with get, set
Property Value
Type:
MhtFormatOptionsSee Also