public final class MessageFormat extends Object
Represents the mail message format.It can be in eml,msg or mhtml format.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equalses the specified o.
|
static MessageFormat |
getEml()
Indicates message in
<b>Eml</b> format. |
static MessageFormat |
getEmlx()
Indicates message in
<b>Emlx</b> format, used by Apple Mail. |
static MessageFormat |
getMht()
Indicates message in
<b>Mht</b> format. |
static MessageFormat |
getMsg()
Indicates message in
<b>Msg</b> format, used by Microsoft Outlook. |
int |
hashCode()
Serves as a hash function for a particular type.
|
String |
toString()
Returns a
T:System.String that represents the current T:System.Object . |
public static MessageFormat getEml()
Indicates message in <b>Eml</b>
format.
public static MessageFormat getEmlx()
Indicates message in <b>Emlx</b>
format, used by Apple Mail.
public static MessageFormat getMht()
Indicates message in <b>Mht</b>
format.
public static MessageFormat getMsg()
Indicates message in <b>Msg</b>
format, used by Microsoft Outlook.
public boolean equals(Object o)
Equalses the specified o.
public int hashCode()
Serves as a hash function for a particular type.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.