TnefLoadOptions
Contents
[
Hide
]
TnefLoadOptions class
Allows to specify additional options when loading MailMessage from Tnef format.
public class TnefLoadOptions : LoadOptions
Constructors
Name | Description |
---|---|
TnefLoadOptions() | Initializes a new instance of this class that can be used to loading a MailMessage from Tnef format. |
Properties
Name | Description |
---|---|
MessageFormat { get; } | Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml. |
PrefferedTextEncoding { get; set; } | Gets or sets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null. |
PreserveEmbeddedMessageFormat { get; set; } | Gets or sets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage. |
See Also
- class LoadOptions
- namespace Aspose.Email
- assembly Aspose.Email