Show / Hide Table of Contents

Class DBC.MailInUidlFields

Fields for MailInUidl, This table is used to avoid spamming the system by importing the same message several times (normally a result of a crash somewhere). When a mailbox is openede, then unique id for each message is stored in this table, and then removed only when the message has been correctly imported and deleted from mailbox.

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

Fields

FilterId

MailInUidl.FilterId: The mailbox for this UIDL entry.

Declaration
public const string FilterId = "filter_id"
Field Value
Type Description
string

LastChecked

MailInUidl.LastChecked: The last time this message was attempted to be imported.

Declaration
public const string LastChecked = "last_checked"
Field Value
Type Description
string

MailInUidlId

MailInUidl.MailInUidlId: Primary key

Declaration
public const string MailInUidlId = "id"
Field Value
Type Description
string

Retries

MailInUidl.Retries: The number of attempts for importing this message.

Declaration
public const string Retries = "retries"
Field Value
Type Description
string

Status

MailInUidl.Status: The status of this UIDL entry (enum).

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

Uidl

MailInUidl.Uidl: The actual UIDL (i.e. the unique string identifying a specific message).

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