title: "ReceivedEmailRecipient" category: reference tags: [entity, received-email-recipient, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReceivedEmailRecipient
Type: Entity Properties: 15 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("ReceivedEmailRecipient")· ../tables/ReceivedEmailRecipient
Contextsbewerken
- 0: Standaard (
ReceivedEmailRecipientContext.None) - 1: Standaard (
ReceivedEmailRecipientContext.Standard)
Statussenbewerken
- -1: Trash (
ReceivedEmailRecipientStatus.Trash) - 0: None (
ReceivedEmailRecipientStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | RECERLINEID | 3 | false | |
| Id.ReceivedEmail | ReceivedEmail | RECERRECEID | false | ||
| Context | Context | RECERCONTEXT | false | ||
| DataProvider | UltimoString | RECERDATAPROVIDER | 50 | true | |
| EmailAddress | UltimoString | RECEREMAILADDRESS | 100 | true | |
| Exported | Boolean | RECEREXPORTED | false | 0 | |
| ExternalId | UltimoString | RECEREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RECEREXTERNALSTATUS | 50 | true | |
| Name | UltimoString | RECERNAME | 100 | true | |
| ProviderMutationDate | DateTime? | RECERPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | RECERRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | RECERRECSTATUS | false | ||
| SystemCompany | Company | RECERCOMPID | false | ||
| TransferNextTime | Boolean | RECERTRANSFERNEXTTIME | false | 0 | |
| Type | EmailRecipientType | RECERTYPE | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReceivedEmailRecipient")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReceivedEmailRecipient")· ../tables/ReceivedEmailRecipient DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReceivedEmailRecipient")Before/After Save events voor ReceivedEmailRecipient. Bron:workflows.xml.