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
Syntax
public bool SaveAttachments { get; set; }

Property Value

Type: Boolean
true if attachments should be saved; otherwise, false.
See Also