com.aspose.email
Class MessageFormat

java.lang.Object
  extended by com.aspose.email.MessageFormat

public final class MessageFormat
extends Object

Represents the mail message format.It can be in eml,msg or mhtml format.


Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getEml

public static MessageFormat getEml()

Indicates message in <b>Eml</b> format.


getEmlx

public static MessageFormat getEmlx()

Indicates message in <b>Emlx</b> format, used by Apple Mail.


getMht

public static MessageFormat getMht()

Indicates message in <b>Mht</b> format.


getMsg

public static MessageFormat getMsg()

Indicates message in <b>Msg</b> format, used by Microsoft Outlook.


equals

public boolean equals(Object o)

Equalses the specified o.

Overrides:
equals in class Object
Parameters:
o - The o.
Returns:

hashCode

public int hashCode()

Serves as a hash function for a particular type.

Overrides:
hashCode in class Object
Returns:
A hash code for the current T:System.Object.

toString

public String toString()

Returns a T:System.String that represents the current T:System.Object.

Overrides:
toString in class Object
Returns:
A T:System.String that represents the current T:System.Object.


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.