CloudEmailActivity¶
User email activity for cloud based mailboxes.
Fields¶
| Field | Type | Description |
|---|---|---|
| AssignedProducts | string | Assigned products for the user as reported by the cloud system |
| CloudUserID | numeric | Internal ID that references the CloudUser entity (Foreign Key) |
| Date | date | Date of the email activity as reported by the cloud system |
| DeletedDate | datetime | Date/Time this email activity was deleted |
| ExtraData | string | Extra data for the email activity (JSON formatted) |
| ID | numeric | Internal ID for the CloudEmailActivity entity (Primary Key) |
| IsDeleted | boolean | Indicates that the email information for this user is deleted in the cloud system |
| LastActivityDate | datetime | Date/Time of the last email activity for this user |
| MeetingCreatedCount | numeric | Number of meetings created by the user |
| MeetingInteractedCount | numeric | Number of meetings the user interacted with |
| ReadCount | numeric | Number of emails read by the user |
| ReceiveCount | numeric | Number of emails received by the user |
| ReportPeriod | string | Report period for the email activity |
| SendCount | numeric | Number of emails sent by the user |