EmlSaveOptions
Contents
[
Hide
]
EmlSaveOptions class
Allows to specify additional options when saving MailMessage to Eml and Emlx format.
public class EmlSaveOptions : SaveOptions
Constructors
Name | Description |
---|---|
EmlSaveOptions(MailMessageSaveType) | Initializes a new instance of this class that can be used to save a MailMessage in the Eml and Emlx format. |
Properties
Name | Description |
---|---|
CheckBodyContentEncoding { get; set; } | Defines whether need check message body content encoding when saving. |
CustomProgressHandler { get; set; } | Represents method that usually supplied by calling side and handles progress events. |
FileCompatibilityMode { get; set; } | Defines inner conversions,that are necessarily to be done when saving a message. The default value is FileCompatibilityMode.None. |
MailMessageSaveType { get; set; } | Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. |
PreserveEmbeddedMessageFormat { get; set; } | Gets or sets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage. |
PreserveSignedContent { get; set; } | 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. |
See Also
- class SaveOptions
- namespace Aspose.Email
- assembly Aspose.Email