| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The PlanCare2 id of the message. |
integer |
None. |
| From |
The sender of the message. Must correspond with the logged in user. |
MessageAddress |
Required |
| To |
The addresses the message is sent to. |
Collection of MessageAddress |
Required |
| Cc |
Addresses that should receive a carbon copy of the message. |
Collection of MessageAddress |
None. |
| Subject |
The subject of the message. |
string |
Required |
| Body |
The message body. |
string |
None. |
| SentDate |
The time the message has been sent. |
date |
None. |
| RequestReadConformation |
Set when the recipients should send a received conformation. |
boolean |
Required |
| ClientId |
Optional: The Identity of the Client involved |
Identity |
None. |
| Type |
The type of the message. |
MessageType |
None. |
| RelatedMessageId |
Internal id of the related message. |
integer |
None. |
| CalendarPlannedItemId |
The PlanCare2 id of the appointment the message is related to. |
integer |
None. |
| RecurrenceText |
Description of the recurrence of the appointment. Empty when the appointment is not recurring. |
string |
None. |