SOAP API method User_emailMessage
Description
Get one email
Parameters
| Name | Type | Description |
|---|---|---|
| id * | int | Unique identifier (id) of the object User. The method only applies to the user with this id. |
| emailMessageID * | integer | The id of the email |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| emailmessage | Structure of type 'emailmessage' |
Structure 'login'
| Name | Type | Description |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structure 'emailmessage'
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the email message |
| timestamp | timestamp | This is to get the timestamp of the email |
| subject | string | This is to get the subject of an email |
| from | string | This is to get senders info about an email |
| to | string | This is to get the receivers info |
| source | string | This is to get the source |