Package net.rim.blackberry.api.mail

Provides functionality for sending, receiving and accessing email messages using the BlackBerry Messages application.

See:
          Description

Interface Summary
AttachmentHandler An application must implement the AttachmentHandler interface to perform custom attachment actions.
BodyPart.ContentType Contants defining some common attachment types and subtypes
Message.Flag Defines the flags supported by the Message class.
Message.Icons Defines character representations of the various message status icons.
Message.Priority Defines priorities for messages
Message.RecipientType Defines the types of recipients supported by the Message class.
Message.Status Defines the status options supported by the Message class.
Part Defines the header fields and contents of a Message, or a BodyPart in a Multipart entity.
 

Class Summary
Address Represents an address in a message.
AttachmentHandlerManager The manager class for attachment handling.
BodyPart Represents a Part that is contained in a Multipart.
ContactAttachmentPart Encapuslates an address card attachment part.
Folder Represents a mailbox folder on the handheld.
Header Represents name/value pairs that describe mail headers.
Message Represents an email message.
Multipart A container that holds multiple BodyParts.
Service Represents an email service on the handheld.
ServiceConfiguration Encapsulates information used to describe a particular mail service.
Session Provides provides access to email services, storage, and transport.
Store Represents a message store and its access protocol, for storing and retrieving messages on the handheld.
SupportedAttachmentPart Represents an attachment part that has a corresponding viewer on the handheld, including registered third-party viewers.
TextBodyPart Represents a text/plain body part.
Transport Represents an e-mail transport protocol.
UnsupportedAttachmentPart Represents an unsupported attachment part.
 

Exception Summary
AddressException Thrown when an address is invalid.
FolderNotFoundException Thrown by Folder methods when those methods are invoked on a non-existent folder.
MessagingException Base class for all exceptions thrown by the Messaging classes.
NoSuchServiceException Thrown by the ServiceConfiguration constructor if a matching service does not exist.
SendFailedException Thrown when a message cannot be sent.
 

Package net.rim.blackberry.api.mail Description

Provides functionality for sending, receiving and accessing email messages using the BlackBerry Messages application.



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.