Show / Hide Table of Contents

Class DBC.MessageIdFields

Fields for MessageId, This table links an email message id to an eJournal item

Inheritance
Object
DBC.MessageIdFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageIdFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top