Name | Type | Description | Mandatory | Available from version |
---|
Receiver | Guid | The user that the task is associated to. | Yes | New method in 2.24 |
Subject | string | The subject of the message. |
|
|
Body | string | The body of the message. |
|
|
EventDate | DateTime | A date associated with the message. |
|
|
IsRead | bool | If the message is read by the customer. |
|
|
IsPublic | bool | If the message is public. |
|
|
IsPromoted | bool | If the message is promoted i.e. shown on the account overview when the user logs in. |
|
|
IsHTML | bool | If the body of the message contains html this should be set to true. |
|
|
Priority | string | Which priority the message should have. Allowed values are: "High", "Medium", "Low". Default are set to: "Medium". |
|
|
Status | string | Which status the message should have. Allowed values are: "Created", "InProgress", "Done", "Closed". Default are set to "Created". |
|
|
SendMail | bool | If mail should be sent to the receiver of the message |
| 2.26 |
SendMailNotification | bool | If notification mail should be sent for this message |
| 2.26 |