Class DBC.MessageIdFields
Fields for MessageId, This table links an email message id to an eJournal item
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageIdFields : Object
Fields
Domain
MessageId.Domain: The domain to which this message id links
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
ItemId
MessageId.ItemId: The id of the element this item links to
Declaration
public const string ItemId = "item_id"
Field Value
Type | Description |
---|---|
String |
MessageId
MessageId.MessageId: The message id
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
String |
MessageIdId
MessageId.MessageIdId: Primary key
Declaration
public const string MessageIdId = "id"
Field Value
Type | Description |
---|---|
String |