com.aspose.network
Class BodyContentType

java.lang.Object
  extended by com.aspose.network.BodyContentType

public final class BodyContentType
extends Object

The content type of message body.


Field Summary
static int HTML
           The html type.
static int PLAIN_TEXT
           The plain text.
static int RTF
           The rtf type.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAIN_TEXT

public static final int PLAIN_TEXT

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-2011 Aspose Pty Ltd. All Rights Reserved.