Show / Hide Table of Contents

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
object
DBC.MsTrashbinFields
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.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
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top