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()
           Gets the eml.
static MessageFormat getMht()
           Gets the MHT.
static MessageFormat getMsg()
           Gets the MSG.
 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

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.

getEml

public static MessageFormat getEml()

Gets the eml.

Value: The eml.


getMht

public static MessageFormat getMht()

Gets the MHT.

Value: The MHT.


getMsg

public static MessageFormat getMsg()

Gets the MSG.

Value: The MSG.



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.