Class MsTrashbinRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_trashbin table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class MsTrashbinRecordData : Object
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
MsTrashbinRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_trashbin table.
Declaration
public MsTrashbinRecordData()
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
MailInFilterId
The id of the mailbox from which this email came.
Declaration
public int MailInFilterId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MailSorterId
The id of the filter which sent this email to the trashbin.
Declaration
public int MailSorterId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MsTrashbinId
The primary key (auto-incremented)
Declaration
public int MsTrashbinId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Subject
The subject field of the trashed email
Declaration
public string Subject
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
WhenTrashed
When the email was trashed by the filter.
Declaration
public DateTime WhenTrashed
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full MsTrashbinRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.