Syntax
GetMails()
Description
The GetMails operation is used to return all Emails that belong to the logged-in client.
Request Parameters
The GetMails operation has no request parameters.
Response Elements
Name | Description |
Result | The GetMailsoperation returns a List (Of Type Mail) which holds all Mails. The following are the Mail’s Data members:
Type: JSON Object as List (of Mail). |
See Also