Message Operations

There are four operations for processing messages:

  • Send - create and deliver a message
  • List - Fetch a list of messages in the inbox
  • Delete - Delete a message from the inbox
  • Mark - Mark a message in the inbox as read or unread 

 The main type for message handling is the message type defined by the schema:

The schema for the send operation is fairly straight-forward. While the message element follows the message schema described above, many of the parameters are nto requried for sending messages. Examine the comments in the message schema for more information.

The schema for the list operation is shown below. The list operation will deliver the IDs of the messages it describes, which can be used in the delete and mark operations.

 The delete operation is similar to that for deleting a normal asset:

The mark operation is similar again, though with the addition of a markType attribute.

The markType attribute is defined with the following schema:

Last modified on Mon, 12 Nov 2007 13:13:33 -0500

Topic Feedback Form

Content Rating:
Email:
Feedback:


Top / Previous / Next / Up / Table of Contents