GetMessage
GetMessage fetches the content of the specified
messages and puts them in the appropriate folder.
Available for premium accounts only.
Parameters
| Name | Description |
|---|---|
| truncateAt | Number of bytes to begin truncation of message. |
| fid | Fid. Folder ID. |
| mid | List of message ids (deprecated). |
| message | List of MidRequest objects which includes message ID and security parameters. |
| charsetHint | Specifies the character set of the message |
Returns
| Name | Description |
|---|---|
| total | Total number of messages fetched. |
| folder | FolderData |
| message | List of Message. Only text/plain/HTML parts are populated with full message content (text). |
| code | ErrorCode |

