SaveOptions Properties

The SaveOptions type exposes the following members.

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.
See Also