SaveOptions Properties |
The SaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
|
![]() ![]() | DefaultEml |
Gets options with default values for saving message to Eml format.
|
![]() ![]() | DefaultHtml |
Gets options with default values for saving message to Html format.
|
![]() ![]() | DefaultMhtml |
Gets options with default values for saving message to Mhtml format.
|
![]() ![]() | DefaultMsg |
Gets options with default values for saving message to Msg(ASCII) format.
|
![]() ![]() | DefaultMsgUnicode |
Gets options with default values for saving message to Msg(Unicode) format.
|
![]() | 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.
|