SaveOptions

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.

Constructors

NameDescription
SaveOptionsHides the class constructor.

Methods

NameDescription
CreateSaveOptionsCreates a save options object of a class suitable for the specified save type.
get_CustomProgressHandlerRepresents method that usually supplied by calling side and handles progress events.
get_DefaultEmlGets options with default values for saving message to Eml format.
get_DefaultEmlxGets options with default values for saving message to Emlx format.
get_DefaultHtmlGets options with default values for saving message to Html format.
get_DefaultMhtmlGets options with default values for saving message to Mhtml format.
get_DefaultMsgGets options with default values for saving message to Msg(ASCII) format.
get_DefaultMsgUnicodeGets options with default values for saving message to Msg(Unicode) format.
get_DefaultOftGets options with default values for saving message to Outlook template (Oft) format.
get_MailMessageSaveTypeRepresents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.
set_CustomProgressHandlerRepresents method that usually supplied by calling side and handles progress events.
set_MailMessageSaveTypeRepresents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.