title: "EmailServerAccount" category: reference tags: [entity, email-server-account, datamodel] source: Entities.xml date: 2026-04-17 status: published
EmailServerAccount
Type: Entity Properties: 35 Contexts: 2 Statussen: 4
DB-schema:
lookup_table_schema("EmailServerAccount")· ../tables/EmailServerAccount
Contextsbewerken
- 0: Standaard (
EmailServerAccountContext.None) - 1: Standaard (
EmailServerAccountContext.Standard)
Statussenbewerken
- -1: Trash (
EmailServerAccountStatus.Trash) - 0: None (
EmailServerAccountStatus.None) - 1: Inactief (
EmailServerAccountStatus.Inactive) - 2: Actief (
EmailServerAccountStatus.Active)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ESAID | 4 | false | |
| AddTextAboveTotalText | Boolean | ESAADDTEXTABOVETOTALTEXT | false | 0 | |
| AttachmentFilter | UltimoString | ESAATTACHMENTFILTER | true | .doc;.docx;.pdf;.xls;.xlsx;.txt;.jpg;.jpeg | |
| AuthenticationMethod | AuthenticationMethod | ESAAUTHENTICATIONMETHOD | false | 0 | |
| AutoProcessEmail | Boolean | ESAAUTOPROCESSEMAIL | false | 0 | |
| Context | Context | ESACONTEXT | false | ||
| Credential | Credential | ESACRDID | true | ||
| CustomWorkflow | UltimoString | ESACUSTOMWORKFLOW | 50 | true | |
| Description | UltimoString | ESADESCR | 200 | true | |
| EmailAddress | UltimoString | ESAEMAILADDRESS | 50 | true | |
| ExecuteAsUser | User | ESAEXECUTEASSUSEID | true | ||
| Exported | Boolean | ESAEXPORTED | false | 0 | |
| FailCount | Int32 | ESAFAILCOUNT | false | 0 | |
| FileSystemPath | FileSystemPath | ESAFSPID | true | ||
| IgnoreSocialMediaImages | Boolean | ESAIGNORESOCIALMEDIAIMAGES | false | 1 | |
| IgnoreSslErrors | Boolean | ESAIGNORESSLERRORS | false | 0 | |
| ImapFolder | UltimoString | ESAIMAPFOLDER | 50 | true | |
| JobTextField | JobTextField | ESAJOBTEXTFIELD | true | ||
| LastCheck | DateTime? | ESALASTCHECK | true | ||
| LastCheckStatus | UltimoString | ESALASTCHECKSTATUS | true | ||
| NextCheck | DateTime? | ESANEXTCHECK | true | ||
| Password | UltimoString | ESAPASSWORD | 50 | true | |
| PollInterval | Int32 | ESAPOLLINTERVAL | false | 5 | |
| PortNumber | Int32 | ESAPORTNUMBER | false | 0 | |
| Protocol | EmailProtocol | ESAPROTOCOL | false | 0 | |
| ReceivedEmails | List[ReceivedEmail] | RECEESAID | true | ||
| RecordCreateDate | DateTime? | ESARECCREATEDATE | true | SYSDATETIME | |
| RegexMaskForJobId | UltimoString | ESAREGEXMASKFORJOBID | 100 | true | #(\d+)\b |
| ServerName | UltimoString | ESASERVERNAME | 50 | true | |
| ServiceDeskReportType | ServiceDeskReportType | ESASDRTID | true | ||
| Ssl | Boolean | ESASSL | false | 0 | |
| Status | Status | ESARECSTATUS | false | ||
| SystemCompany | Company | ESACOMPID | false | ||
| UseCustomPortNumber | Boolean | ESAUSECUSTOMPORTNUMBER | false | 0 | |
| UserName | UltimoString | ESAUSERNAME | 50 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("EmailServerAccount")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("EmailServerAccount")· ../tables/EmailServerAccount DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="EmailServerAccount")Before/After Save events voor EmailServerAccount. Bron:workflows.xml.