Class DBC.MsTrashbinFields
Fields for MsTrashbin, This table contains entries for emails which have been trashed by a filter, waiting for confirmation of deletion or import.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MsTrashbinFields : Object
Fields
MailInFilterId
MsTrashbin.MailInFilterId: The id of the mailbox from which this email came.
Declaration
public const string MailInFilterId = "mail_in_filter_id"
Field Value
Type | Description |
---|---|
String |
MailSorterId
MsTrashbin.MailSorterId: The id of the filter which sent this email to the trashbin.
Declaration
public const string MailSorterId = "mail_sorter_id"
Field Value
Type | Description |
---|---|
String |
MsTrashbinId
MsTrashbin.MsTrashbinId: The primary key (auto-incremented)
Declaration
public const string MsTrashbinId = "id"
Field Value
Type | Description |
---|---|
String |
Subject
MsTrashbin.Subject: The subject field of the trashed email
Declaration
public const string Subject = "subject"
Field Value
Type | Description |
---|---|
String |
WhenTrashed
MsTrashbin.WhenTrashed: When the email was trashed by the filter.
Declaration
public const string WhenTrashed = "when_trashed"
Field Value
Type | Description |
---|---|
String |