SaveOptions
Contents
[
Hide
]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
| Name | Description |
|---|---|
| SaveOptions | Hides the class constructor. |
Methods
| Name | Description |
|---|---|
| CreateSaveOptions | Creates a save options object of a class suitable for the specified save type. |
| get_CustomProgressHandler | Represents method that usually supplied by calling side and handles progress events. |
| get_DefaultEml | Gets options with default values for saving message to Eml format. |
| get_DefaultEmlx | Gets options with default values for saving message to Emlx format. |
| get_DefaultHtml | Gets options with default values for saving message to Html format. |
| get_DefaultMhtml | Gets options with default values for saving message to Mhtml format. |
| get_DefaultMsg | Gets options with default values for saving message to Msg(ASCII) format. |
| get_DefaultMsgUnicode | Gets options with default values for saving message to Msg(Unicode) format. |
| get_DefaultOft | Gets options with default values for saving message to Outlook template (Oft) format. |
| get_MailMessageSaveType | Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. |
| set_CustomProgressHandler | Represents method that usually supplied by calling side and handles progress events. |
| set_MailMessageSaveType | Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. |