TrapMessenger
Name: Trapeze Messenger
Type: Application
Modules: Messenger
Description: Stores the messages sent using Trapeze Messenger.
| Field | Documentation |
|---|---|
| MessageId | Numeric identifier of the message. |
| FromUser | Numeric identifier of the user sending the message (from the TrapMessengerUsers table). |
| ToUser | Numeric identifier of the user that the message is being sent to (from the TrapMessengerUsers table). |
| DateSent | Date the message was sent. |
| TimeSent | Time the message was sent. Value is in seconds from midnight. |
| DateReceived | Date the message was received. |
| TimeReceived | Time the message was received. Value is in seconds from midnight. |
| DateRead | Date the message was read. |
| TimeRead | Time the message was read. Value is in seconds from midnight. |
| MessageText | Content of the sent message. |
| MessageAttachments | Content of the attachments sent with the message. |