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.
Inheritance
System.Object
DBC.MsTrashbinFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MsTrashbinFields
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 |
---|---|
System.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 |
---|---|
System.String |
MsTrashbinId
MsTrashbin.MsTrashbinId: The primary key (auto-incremented)
Declaration
public const string MsTrashbinId = "id"
Field Value
Type | Description |
---|---|
System.String |
Subject
MsTrashbin.Subject: The subject field of the trashed email
Declaration
public const string Subject = "subject"
Field Value
Type | Description |
---|---|
System.String |
WhenTrashed
MsTrashbin.WhenTrashed: When the email was trashed by the filter.
Declaration
public const string WhenTrashed = "when_trashed"
Field Value
Type | Description |
---|---|
System.String |