SOAP API method EmailMessage_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
emailmessage | Structure of type 'emailmessage' | All properties of the now updated emailmessage |
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 |