Represent the result of a Query
org.freesmartphone.PIM.MessageQuery
Description: Return the number of items in the query result
Number of contacts in the query result.
Description: Rewind the result cursor to the first message (for this dbus client only)
Description: Skip n messages in the result cursor (for this dbus client only)
Amount of messages to skip
Description: Path for the message the result cursor points to.
The path to the message.
Description: Return the next message in the query result, and move the query to the next message.
Fields of the message.
Description: Get multiple message from the result set at once.
The amount of messages to get from the result set.
The list of the returned messages data.
Description: Delete the query result object.
Description: Sent when a new message which matches this query is loaded.
The path of the newly loaded message.