SOAP API methode User_emailMessage
Beschrijving
Get one email
Parameters
Naam | Type | Beschrijving |
---|---|---|
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 |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
emailmessage | Structure of type 'emailmessage' |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
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 |
Structuur 'emailmessage'
Naam | Type | Beschrijving |
---|---|---|
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 |