Class MessageFormat
Contents
[
Hide
]MessageFormat class
Represents the mail message format.It can be in eml,msg or mhtml format.
public sealed class MessageFormat
Properties
Name | Description |
---|---|
static Eml { get; } | Indicates message in Eml format. |
static Emlx { get; } | Indicates message in Emlx format, used by Apple Mail. |
static Html { get; } | Indicates message in Html format. |
static Mht { get; } | Indicates message in Mht format. |
static Msg { get; } | Indicates message in Msg format, used by Microsoft Outlook. |
static Tnef { get; } | Indicates message in Tnef format. |
Methods
Name | Description |
---|---|
override Equals(object) | Equalses the specified o. |
override GetHashCode() | Serves as a hash function for a particular type. |
override ToString() | Returns a String that represents the current Object. |
See Also
- namespace Aspose.Email
- assembly Aspose.Email