COR_INBOX_HEADERS

This table shows the COR_ INBOX _HEADERS table API:

COR_ INBOX _HEADERS Description
C_ID The row's primary key - all of the provided database schemas have this set as auto-increment.
C_ INBOX _ID Used to join the headers to the message's COR_ INBOX _ENTRY row. As such, this value should be the same as the message's COR_ INBOX _ENTRY C_ID column.
C_HEADER_KEY The key used to describe the type of header. For valid keys, see "Message headers".
C_HEADER_VALUE The header's value.

Incoming messages are placed in the COR_INBOX_ENTRY and COR_INBOX_HEADERS tables. All rows are inserted in the same transaction.