Show / Hide Table of Contents

Class DBC.EabEntryFields

Fields for EabEntry, This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as').

Inheritance
Object
DBC.EabEntryFields
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 EabEntryFields

Fields

DbiAgentId

EabEntry.DbiAgentId: Integration agent (eJournal)

Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type Description
String

DbiDelete

EabEntry.DbiDelete: This field is used for determin which entry to delete during a synchronization

Declaration
public const string DbiDelete = "dbi_delete"
Field Value
Type Description
String

DbiKey

EabEntry.DbiKey: The primary key for the integrated entry in the external datasource.

Declaration
public const string DbiKey = "dbi_key"
Field Value
Type Description
String

DbiLastModified

EabEntry.DbiLastModified: When the entry was last modified.

Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type Description
String

DbiLastSyncronized

EabEntry.DbiLastSyncronized: Last external syncronization.

Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type Description
String

EabEntryId

EabEntry.EabEntryId: The primary key (auto-incremented)

Declaration
public const string EabEntryId = "id"
Field Value
Type Description
String

EmailAddress

EabEntry.EmailAddress: The actual email address.

Declaration
public const string EmailAddress = "email_address"
Field Value
Type Description
String

FolderId

EabEntry.FolderId: The id of the folder in which this entry is located.

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
String

Name

EabEntry.Name: The name of this email address

Declaration
public const string Name = "name"
Field Value
Type Description
String

SmsNumber

EabEntry.SmsNumber: The sms number for this person

Declaration
public const string SmsNumber = "sms_number"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top