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
System.Object
DBC.MailInUidlFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MailInUidlFields : Object
Fields
FilterId
MailInUidl.FilterId: The mailbox for this UIDL entry.
Declaration
public const string FilterId = "filter_id"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
MailInUidlId
MailInUidl.MailInUidlId: Primary key
Declaration
public const string MailInUidlId = "id"
Field Value
Type | Description |
---|---|
System.String |
Retries
MailInUidl.Retries: The number of attempts for importing this message.
Declaration
public const string Retries = "retries"
Field Value
Type | Description |
---|---|
System.String |
Status
MailInUidl.Status: The status of this UIDL entry (enum).
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |