MessageController Methods |
The MessageController type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAttachment |
Returns the requested message attachment based on the the logged in User's account.
| |
| GetMailBoxMessageReplies |
Get the replies for a message in the specified mailbox. The logged in user must have access to the mailbox.
| |
| GetMailBoxMessages |
Get the messages in the specified mailbox. The logged in user must have access to the mailbox.
| |
| GetMailBoxSentMessages |
Get the sent messages for the specified mailbox. The logged in user must have acces to the mailbox.
| |
| GetMessageLog |
Get the activity log for a message
| |
| GetMessageStatus |
Get the status of one or more messages.
| |
| GetMessageStatus2 |
Get the status of one or more messages.
| |
| Post |
Sends a new message to a list of recipients along with any specified attachments from the logged in User's account.
| |
| SendMessage |
Authenticates the user and sends a new message to a list of recipients along with any specified attachments.
|