4.4 inbox -- Interface to device inbox

Availability: S60.

The inbox module offers APIs to device inbox, outbox, sent and drafts folders. Currently, the inbox module supports only SMS handling and notifications of incoming messages to the device inbox.

class Inbox( [folder_type])
Create an Inbox object.

The optional parameter folder_type defines the type of the folder to which the created Inbox object has access to. The default is the device's inbox folder, inbox.EInbox.

The following data items are available in the inbox module to define the type of the folder for Inbox objects:

EInbox
The device's inbox folder.

EOutbox
The device's outbox folder.

ESent
The sent messages folder.

EDraft
The draft messages folder.



Subsections
See About this document... for information on suggesting changes.