InboxService
Manage incoming messages queued in the account inbox. Click here for a free trial.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetMessageByID
Retrieves a message from the inbox using its identifier.
Parametersid The intentifier of the message. Returns
The requested message. -
GetMessages
Retrieves the contents of the inbox.
Returns
An array of messages. -
DeleteMessage
Deletes a message from the inbox.
Parametersid The intentifier of the message. -
GetMessagesForDateRange
Retrieves the messages that were received within the a specified date range.
Parametersstartdate The date to search from. enddate The date to search until. Returns
An array of messages. -
GetMessagesByID
Retrieves messages from the inbox using their identifiers.
Parametersid An array of message identifiers of the messages. Returns
The requested messages. -
GetMessagesForDay
Retrieves the messages that were received on a specified day.
Parametersyear Year as a 4-digit integer. month Month as an integer (1-12). day Day of the month as an integer. Returns
An array of messages. -
DeleteMessages
Deletes messages from the inbox.
Parametersids An array of message identifiers.