freesmartphone.org PIM.Message Interface

Description

This interface provides access to one message.

Namespace

org.freesmartphone.PIM.Message

Methods

Signals

Properties

None

Errors

None

Methods

GetContent ( ) → a{sv}

Description: Get the content of one message.

Returns:

a{sv}: content The content of the message.

GetMultipleFields ( s ) → a{sv}

Description: Get the content for a list of fields from the message.

Parameters:*

s: field_list The list of fields to get the content for.

Returns:

a{sv}: field_data The data of the requested fields.

MoveToFolder ( s )

Description: Move this message to a different folder.

Parameters:*

s: folder_name The name of the folder to move the message to.

Update ( a{sv} )

Description: Update one or more fields of this message.

Parameters:*

a{sv}: message_data The list of fields/values to update for this message.

Delete ( )

Description: Delete this message.

Signals

MessageDeleted ( )

MessageUpdated ( a{sv} )

Description: Sent when message is updated.

Parameters:

a{sv}: data Data used to update message.