Table "Email Retrieval Filters"
ID 8885
Namespace: System.Email
Holds information about the filters for retrieving emails.
Properties
| Name | Value |
|---|---|
| Access | Public |
| TableType | Temporary |
| DataClassification | SystemMetadata |
| InherentEntitlements | RIMDX |
| InherentPermissions | RIMDX |
Fields
| Name | Type | Description |
|---|---|---|
| Id | Integer | |
| "Load Attachments" | Boolean | |
| "Unread Emails" | Boolean | |
| "Draft Emails" | Boolean | |
| "Max No. of Emails" | Integer | |
| "Body Type" | Option | |
| "Earliest Email" | DateTime | |
| "Last Message Only" | Boolean | |
| "Folder Id" | Text[2048] | |
| "Category Filter Type" | Option | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
ClearCategoryFilters
Clears all category filters.
procedure ClearCategoryFilters()
AddCategoryFilter
Adds a category to the filter list.
procedure AddCategoryFilter(Category: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Category | Text |
The category to add to the filter. |
GetCategoryFilters
Gets the list of category filters.
procedure GetCategoryFilters(): List of [Text]
Returns
| Type | Description |
|---|---|
| List of [Text] |
The list of category filters. |