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 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