Show / Hide Table of Contents

Class DBC.EmailFields

Fields for Email, Email addresses for contacts, projects and persons

Inheritance
object
DBC.EmailFields
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.EmailFields

Fields

AppointmentId

Email.AppointmentId: The id of the invitation appointment record, used when unknown person is associated with an appointment invitation

Declaration
public const string AppointmentId = "appointment_id"
Field Value
Type Description
string

BounceCount

Email.BounceCount: Number of bounces detected

Declaration
public const string BounceCount = "bounceCount"
Field Value
Type Description
string

ContactId

Email.ContactId: Relations to possible owners

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
string

DbiAgentId

Email.DbiAgentId: Integration agent (eJournal)

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

Description

Email.Description: Visible field

Declaration
public const string Description = "description"
Field Value
Type Description
string

EmailAddress

Email.EmailAddress: The address itself

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

EmailId

Email.EmailId: Primary key

Declaration
public const string EmailId = "email_id"
Field Value
Type Description
string

LastBounce

Email.LastBounce: When did last bounce happen

Declaration
public const string LastBounce = "lastBounce"
Field Value
Type Description
string

LastBounceCode

Email.LastBounceCode: If this email address has bounced and we have a bounce code, this field will contain the code for the last bounce

Declaration
public const string LastBounceCode = "lastBounceCode"
Field Value
Type Description
string

LastBounceReason

Email.LastBounceReason: If this email address has bounced and we have a bounce reason, this field will contain the reason for the last bounce

Declaration
public const string LastBounceReason = "lastBounceReason"
Field Value
Type Description
string

LastSent

Email.LastSent: Last transmission (regardless of success/bounce)

Declaration
public const string LastSent = "lastSent"
Field Value
Type Description
string

PersonId

Email.PersonId: Relations to possible owners

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

ProjectId

Email.ProjectId: Relations to possible owners

Declaration
public const string ProjectId = "project_id"
Field Value
Type Description
string

Protocol

Email.Protocol: SMTP, MSN, Skype, etc

Declaration
public const string Protocol = "protocol"
Field Value
Type Description
string

Rank

Email.Rank: Rank order in lists

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

Email.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

Email.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ReservedId1

Email.ReservedId1: Reserved for potential future owners

Declaration
public const string ReservedId1 = "reserved_id1"
Field Value
Type Description
string

ReservedId2

Email.ReservedId2: Reserved for potential future owners

Declaration
public const string ReservedId2 = "reserved_id2"
Field Value
Type Description
string

Type

Email.Type: 0 = email, 1 = chat/instant msg, 2 = voip; see protocol field for more info

Declaration
public const string Type = "type"
Field Value
Type Description
string

Updated

Email.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

Email.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

Email.UpdatedCount: Number of updates made to this record

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