Instant Messaging Database Table: IM_MESSAGES
This section describes Ivanti Voice database IM_MESSAGES table, which stores instant messages exchanged in Ivanti Voice.
|
Column |
Type |
Description |
|
TIME_STAMP |
DateTime |
The timestamp of the message. |
|
USER_FROM |
nvarchar |
The ID of the user who sent the message. |
|
USER_TO |
nvarchar |
The ID of the user who received the message. |
|
CONTENT |
nvarchar |
The content of the message. |
|
REF_SESSION_ID |
nvarchar |
The unique session ID. |
|
TS_FRACTION |
int |
The millisecond remainder of a time stamp. |