com.aspose.email
Class MailMessageSaveType

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

public final class MailMessageSaveType
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 MailMessageSaveType getEmlFormat()
           Gets the eml.
static MailMessageSaveType getEmlxFormat()
           Gets the emlx.
static MailMessageSaveType getMHtmlFromat()
           Gets the MHT.
static MailMessageSaveType getOutlookMessageFormat()
           Gets the MSG.
static MailMessageSaveType getOutlookMessageFormatUnicode()
           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.

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.

getEmlFormat

public static MailMessageSaveType getEmlFormat()

Gets the eml.

Value: The eml.


getEmlxFormat

public static MailMessageSaveType getEmlxFormat()

Gets the emlx.

Value: The emlx.


getMHtmlFromat

public static MailMessageSaveType getMHtmlFromat()

Gets the MHT.

Value: The MHT.


getOutlookMessageFormat

public static MailMessageSaveType getOutlookMessageFormat()

Gets the MSG.

Value: The MSG.


getOutlookMessageFormatUnicode

public static MailMessageSaveType getOutlookMessageFormatUnicode()

Gets the MSG.

Value: The MSG.



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