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 obj)
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 |
getHtml()
Indicates message in
<b>Html</b> format. |
static MessageFormat |
getMht()
Indicates message in
<b>Mht</b> format. |
static MessageFormat |
getMsg()
Indicates message in
<b>Msg</b> format, used by Microsoft Outlook. |
static MessageFormat |
getTnef()
Indicates message in
<b>Tnef</b> format. |
int |
hashCode()
Serves as a hash function for a particular type.
|
String |
toString()
|
public static MessageFormat getTnef()
Indicates message in <b>Tnef</b>
format.
public static MessageFormat getHtml()
Indicates message in <b>Html</b>
format.
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 obj)
Equalses the specified o.
public int hashCode()
Serves as a hash function for a particular type.