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 DBC.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