com.aspose.email
Class BodyContentType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.BodyContentType

public final class BodyContentType
extends com.aspose.ms.java.Enum

The content type of message body.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Html
           The html type.
static int PlainText
           The plain text.
static int Rtf
           The rtf type.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PlainText

public static final int PlainText

The plain text.

See Also:
Constant Field Values

Html

public static final int Html

The html type.

See Also:
Constant Field Values

Rtf

public static final int Rtf

The rtf type.

See Also:
Constant Field Values


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