MailMessageSaveType
Inheritance: java.lang.Object
public final class MailMessageSaveType
Represents the mail message format.It can be in eml,msg or mhtml format.
Methods
Method | Description |
---|---|
equals(Object obj) | Equalses the specified o. |
getClass() | |
getEmlFormat() | Gets the eml. |
getEmlxFormat() | Gets the emlx. |
getHtmlFormat() | Gets the Html. |
getMHtmlFormat() | Gets the MHT. |
getOutlookMessageFormat() | Gets the MSG. |
getOutlookMessageFormatUnicode() | Gets the MSG. |
getOutlookTemplateFormat() | Gets the MSG. |
hashCode() | Serves as a hash function for a particular type. |
notify() | |
notifyAll() | |
toString() | Returns a String that represents the current Object. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
Equalses the specified o.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | An object to compare |
Returns: boolean - Returns true if objects are an equal, otherwise returns false.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEmlFormat()
public static MailMessageSaveType getEmlFormat()
Gets the eml.
Value: The eml.
Returns: MailMessageSaveType
getEmlxFormat()
public static MailMessageSaveType getEmlxFormat()
Gets the emlx.
Value: The emlx.
Returns: MailMessageSaveType
getHtmlFormat()
public static MailMessageSaveType getHtmlFormat()
Gets the Html.
Value: The Html.
Returns: MailMessageSaveType
getMHtmlFormat()
public static MailMessageSaveType getMHtmlFormat()
Gets the MHT.
Value: The MHT.
Returns: MailMessageSaveType
getOutlookMessageFormat()
public static MailMessageSaveType getOutlookMessageFormat()
Gets the MSG.
Value: The MSG.
Returns: MailMessageSaveType
getOutlookMessageFormatUnicode()
public static MailMessageSaveType getOutlookMessageFormatUnicode()
Gets the MSG.
Value: The MSG.
Returns: MailMessageSaveType
getOutlookTemplateFormat()
public static MailMessageSaveType getOutlookTemplateFormat()
Gets the MSG.
Value: The MSG.
Returns: MailMessageSaveType
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int - A hash code for the current Object.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a String that represents the current Object.
Returns: java.lang.String - A String that represents the current Object.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |