Syntax
ReadMail ( MailID As Long )
Description
The ReadMail operation is used to Read mail messages specified by email identifier.
Dependencies
In order to obtain MailID, you’ll need to invoke GetMails operation.
Request Parameters
Name | Description | Required |
MailID |
|
Yes |
Response Elements
Name | Description |
Result | In case of success, this operation returns the Message body as a string. Otherwise see Error codes. Type: JSON object as String. |
See Also