CommunicationHistoryInformation

The CommunicationHistoryInformation parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
SubscriptionIDintegerThe unique ID of the subscription (i.e. email).
ProjectIDintegerThe unique ID of the project to which the subscription (i.e. email) is associated.
ProjectNamestring100The name of the project.
Tostring4000The 'to' address of the subscription (i.e. email).
Subjectstring4000The subject of the subscription (i.e. email).
CCstring1000The 'cc' address of the subscription (i.e. email).
Bodystring4000The contents of the subscription (i.e. email).
SentbooleanWas the subscription successfully generated and sent.
DateDateTimeThe date the subscription was generated and sent.