EmlSaveOptions Properties |
The EmlSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckBodyContentEncoding |
Defines whether need check message body content encoding when saving.
|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.) |
![]() | FileCompatibilityMode |
Defines inner conversions,that are necessarily to be done when saving a message.
The default value is FileCompatibilityMode.None.
|
![]() | 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.
(Inherited from SaveOptions.) |
![]() | PreserveEmbeddedMessageFormat |
Gets or sets a value indicating whether it is necessary to preserve format of
embedded message at converting to MailMessage.
|
![]() | PreserveOriginalBoundaries | Obsolete.
Defines whether need keep original boundaries in mail message when saving or not.
|
![]() | PreserveSignedContent |
Gets or sets a value indicating whether it is necessary to save signed message
without changes of content to provide correctly structure of digital sign.
|