SOAP API methode EmailMessage_retrieve
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| emailmessage | Structure of type 'emailmessage' | All properties of the retrieved emailmessage |
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 |