SHOW Signed

net.rim.blackberry.api.mail
Interface BodyPart.ContentType

Enclosing class:
BodyPart

public static interface BodyPart.ContentType

Contants defining some common attachment types and subtypes

Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

Since:
JDE 3.6

Field Summary
 Category: Signed static String SUBTYPE_BASIC
           
 Category: Signed static String SUBTYPE_CERTIFICATE
           
 Category: Signed static String SUBTYPE_DELIVERY_STATUS
           
 Category: Signed static String SUBTYPE_JPEG
           
 Category: Signed static String SUBTYPE_MIXED
           
 Category: Signed static String SUBTYPE_MPEG
           
 Category: Signed static String SUBTYPE_OCTET_STREAM
           
 Category: Signed static String SUBTYPE_PLAIN
           
 Category: Signed static String SUBTYPE_POSTSCRIPT
           
 Category: Signed static String SUBTYPE_REPORT
           
 Category: Signed static String SUBTYPE_RFC822
           
 Category: Signed static String SUBTYPE_UNKNOWN
           
 Category: Signed static String SUBTYPE_X_RIMDEVICE
           
 Category: Signed static String SUBTYPE_X_RIMDEVICE_ADDRESS_BOOK
           
 Category: Signed static String TYPE_ADDRESS_BOOK_STRING
           
 Category: Signed static String TYPE_APPLICATION
           
 Category: Signed static String TYPE_APPLICATION_OCTET_STREAM_STRING
           
 Category: Signed static String TYPE_APPLICATION_POSTSCRIPT_STRING
           
 Category: Signed static String TYPE_AUDIO
           
 Category: Signed static String TYPE_AUDIO_BASIC_STRING
           
 Category: Signed static String TYPE_IMAGE
           
 Category: Signed static String TYPE_IMAGE_JPEG_STRING
           
 Category: Signed static String TYPE_MESSAGE
           
 Category: Signed static String TYPE_MESSAGE_DELIVERY_STATUS_STRING
           
 Category: Signed static String TYPE_MESSAGE_RFC822_STRING
           
 Category: Signed static String TYPE_MULTIPART
           
 Category: Signed static String TYPE_MULTIPART_MIXED_STRING
           
 Category: Signed static String TYPE_MULTIPART_REPORT_STRING
           
 Category: Signed static String TYPE_TEXT
           
 Category: Signed static String TYPE_TEXT_PLAIN_STRING
           
 Category: Signed static String TYPE_UNKNOWN
           
 Category: Signed static String TYPE_UNKNOWN_UNKNOWN_STRING
           
 Category: Signed static String TYPE_VIDEO
           
 Category: Signed static String TYPE_VIDEO_MPEG_STRING
           
 

Field Detail

TYPE_MULTIPART

public static final String TYPE_MULTIPART
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_TEXT

public static final String TYPE_TEXT
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_APPLICATION

public static final String TYPE_APPLICATION
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_MESSAGE

public static final String TYPE_MESSAGE
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_IMAGE

public static final String TYPE_IMAGE
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_AUDIO

public static final String TYPE_AUDIO
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_VIDEO

public static final String TYPE_VIDEO
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_UNKNOWN

public static final String TYPE_UNKNOWN
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_MIXED

public static final String SUBTYPE_MIXED
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_REPORT

public static final String SUBTYPE_REPORT
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_PLAIN

public static final String SUBTYPE_PLAIN
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_OCTET_STREAM

public static final String SUBTYPE_OCTET_STREAM
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_POSTSCRIPT

public static final String SUBTYPE_POSTSCRIPT
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_DELIVERY_STATUS

public static final String SUBTYPE_DELIVERY_STATUS
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_RFC822

public static final String SUBTYPE_RFC822
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_JPEG

public static final String SUBTYPE_JPEG
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_BASIC

public static final String SUBTYPE_BASIC
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_MPEG

public static final String SUBTYPE_MPEG
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_X_RIMDEVICE

public static final String SUBTYPE_X_RIMDEVICE
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_X_RIMDEVICE_ADDRESS_BOOK

public static final String SUBTYPE_X_RIMDEVICE_ADDRESS_BOOK
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_UNKNOWN

public static final String SUBTYPE_UNKNOWN
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

SUBTYPE_CERTIFICATE

public static final String SUBTYPE_CERTIFICATE
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_MULTIPART_MIXED_STRING

public static final String TYPE_MULTIPART_MIXED_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_MULTIPART_REPORT_STRING

public static final String TYPE_MULTIPART_REPORT_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_TEXT_PLAIN_STRING

public static final String TYPE_TEXT_PLAIN_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_APPLICATION_OCTET_STREAM_STRING

public static final String TYPE_APPLICATION_OCTET_STREAM_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_APPLICATION_POSTSCRIPT_STRING

public static final String TYPE_APPLICATION_POSTSCRIPT_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_MESSAGE_DELIVERY_STATUS_STRING

public static final String TYPE_MESSAGE_DELIVERY_STATUS_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_MESSAGE_RFC822_STRING

public static final String TYPE_MESSAGE_RFC822_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_IMAGE_JPEG_STRING

public static final String TYPE_IMAGE_JPEG_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_AUDIO_BASIC_STRING

public static final String TYPE_AUDIO_BASIC_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_VIDEO_MPEG_STRING

public static final String TYPE_VIDEO_MPEG_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_UNKNOWN_UNKNOWN_STRING

public static final String TYPE_UNKNOWN_UNKNOWN_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TYPE_ADDRESS_BOOK_STRING

public static final String TYPE_ADDRESS_BOOK_STRING
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.


Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.