Show / Hide Table of Contents

Class DBC.InboxFields

Fields for Inbox, Info and status for safe email import

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

Fields

Created

Inbox.Created: When the mail was created

Declaration
public const string Created = "created"
Field Value
Type Description
String

Format

Inbox.Format: Format of the inbox entry

Declaration
public const string Format = "format"
Field Value
Type Description
String

Imported

Inbox.Imported: When the mail was imported

Declaration
public const string Imported = "imported"
Field Value
Type Description
String

InboxId

Inbox.InboxId: Primary key

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

LockingId

Inbox.LockingId: A reference to the id of lock

Declaration
public const string LockingId = "locking_id"
Field Value
Type Description
String

MailInFilter

Inbox.MailInFilter: A reference to the id of the mail box

Declaration
public const string MailInFilter = "mail_in_filter"
Field Value
Type Description
String

MailSize

Inbox.MailSize: The size of the mail in bytes

Declaration
public const string MailSize = "mail_size"
Field Value
Type Description
String

NextRetry

Inbox.NextRetry: When is the next time we should try again?

Declaration
public const string NextRetry = "next_retry"
Field Value
Type Description
String

Plugin

Inbox.Plugin: Name of plugin that created this inbox entry

Declaration
public const string Plugin = "plugin"
Field Value
Type Description
String

Status

Inbox.Status: Status enum

Declaration
public const string Status = "status"
Field Value
Type Description
String

Uidl

Inbox.Uidl: The uidl of the message. stored before the retrieval starts to prevent double import For locking purposes

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