MhtSaveOptionsSaveAttachments Property |
Gets or sets a value indicating whether to save attachments.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool SaveAttachments { get; set; }
Public Property SaveAttachments As Boolean
Get
Set
public:
property bool SaveAttachments {
bool get ();
void set (bool value);
}
member SaveAttachments : bool with get, set
Property Value
Type:
Booleantrue if attachments should be saved; otherwise,
false.
See Also