SaveOptions Class

This is an abstract base class for classes that allow the user to specify additional options when saving a MailMessage into a particular format.
Inheritance Hierarchy

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract class SaveOptions

The SaveOptions type exposes the following members.

Constructors
  NameDescription
Protected methodSaveOptions
Hides the class constructor.
Properties
  NameDescription
Public propertyCustomProgressHandler
Represents method that usually supplied by calling side and handles progress events.
Public propertyStatic memberDefaultEml
Gets options with default values for saving message to Eml format.
Public propertyStatic memberDefaultHtml
Gets options with default values for saving message to Html format.
Public propertyStatic memberDefaultMhtml
Gets options with default values for saving message to Mhtml format.
Public propertyStatic memberDefaultMsg
Gets options with default values for saving message to Msg(ASCII) format.
Public propertyStatic memberDefaultMsgUnicode
Gets options with default values for saving message to Msg(Unicode) format.
Public propertyMailMessageSaveType
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.
Methods
  NameDescription
Public methodStatic memberCreateSaveOptions
Creates a save options object of a class suitable for the specified save type.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also