CommunicationHistoryInformation
The CommunicationHistoryInformation parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
SubscriptionID | integer | The unique ID of the subscription (i.e. email). | ||
ProjectID | integer | The unique ID of the project to which the subscription (i.e. email) is associated. | ||
ProjectName | string | 100 | The name of the project. | |
To | string | 4000 | The 'to' address of the subscription (i.e. email). | |
Subject | string | 4000 | The subject of the subscription (i.e. email). | |
CC | string | 1000 | The 'cc' address of the subscription (i.e. email). | |
Body | string | 4000 | The contents of the subscription (i.e. email). | |
Sent | boolean | Was the subscription successfully generated and sent. | ||
Date | DateTime | The date the subscription was generated and sent. |