title: "ReceivedEmail" category: reference tags: [entity, received-email, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReceivedEmail
Type: Entity Properties: 27 Contexts: 2 Statussen: 5
DB-schema:
lookup_table_schema("ReceivedEmail")· ../tables/ReceivedEmail
Contextsbewerken
- 0: Standaard (
ReceivedEmailContext.None) - 1: Standaard (
ReceivedEmailContext.Standard)
Statussenbewerken
- -1: Trash (
ReceivedEmailStatus.Trash) - 0: None (
ReceivedEmailStatus.None) - 1: Nieuw (
ReceivedEmailStatus.New) - 2: Verwerkt (
ReceivedEmailStatus.Processed) - 4: Verwerken mislukt (
ReceivedEmailStatus.Error)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RECEID | 7 | false | |
| Body | UltimoString | RECEBODY | true | ||
| Context | Context | RECECONTEXT | false | ||
| DataProvider | UltimoString | RECEDATAPROVIDER | 50 | true | |
| EmailServerAccount | EmailServerAccount | RECEESAID | true | ||
| Exported | Boolean | RECEEXPORTED | false | 0 | |
| ExternalId | UltimoString | RECEEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RECEEXTERNALSTATUS | 50 | true | |
| FromEmailAddress | UltimoString | RECEFROMEMAILADDRESS | 100 | true | |
| FromName | UltimoString | RECEFROMNAME | 100 | true | |
| Job | Job | RECEJOBID | true | ||
| MessageId | UltimoString | RECEMESSAGEID | true | ||
| OriginalBody | RawHtml | RECEORIGINALBODY | true | ||
| ProcessDate | DateTime? | RECEPROCESSDATE | true | ||
| ProcessError | UltimoString | RECEPROCESSERROR | true | ||
| ProviderMutationDate | DateTime? | RECEPROVIDERMUTDATE | true | ||
| Purchase | Purchase | RECEPCHID | true | ||
| ReceivedDate | DateTime? | RECERECEIVEDDATE | true | ||
| ReceivedEmailAttachments | List[ReceivedEmailAttachment] | RECEARECEID | false | ||
| ReceivedEmailRecipients | List[ReceivedEmailRecipient] | RECERRECEID | false | ||
| RecordCreateDate | DateTime? | RECERECCREATEDATE | true | SYSDATETIME | |
| SentDate | DateTime? | RECESENTDATE | true | ||
| ServerUid | UltimoString | RECESERVERUID | 512 | true | |
| Status | Status | RECERECSTATUS | false | ||
| Subject | UltimoString | RECESUBJECT | 200 | true | |
| SystemCompany | Company | RECECOMPID | false | ||
| TransferNextTime | Boolean | RECETRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReceivedEmail")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReceivedEmail")· ../tables/ReceivedEmail DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReceivedEmail")Before/After Save events voor ReceivedEmail. Bron:workflows.xml.