EmailParticipants
Stores participant relationships for email messages, including senders and recipients. This table supports communication tracking and collaboration analysis.
Columns
| Name | Type | ReadOnly | Description |
| Address_Type | String | False |
The role that the participant's address plays in the email message (for example, 'From', 'To', 'Cc', or 'Bcc'). |
| Date_Entered | Datetime | True |
The date and time when the email participant record was created. |
| Date_Modified | Datetime | True |
The date and time when the email participant record was last modified. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the participant record is flagged as deleted. It returns a value of 'false' when the participant record is active. |
| Email_Address | String | True |
The email address that is associated with the participant for this email message. This value reflects the address as stored or provided in context. |
| Email_Address_Id | String | False |
The identifier (Id) of the stored email address record that is associated with this participant. This Id links the participant entry to canonical email identity records. |
| Email_Id | String | False |
The Id of the parent email message to which this participant entry belongs. |
| Id [KEY] | String | True |
The unique Id for the email participant record. |
| Invalid_Email | String | True |
A marker that is used to denote whether the associated email address is flagged as invalid. Values typically reflect system or validation outcomes rather than user selection. |
| Opt_Out | String | True |
A marker indicating whether the participant opted out of receiving marketing or bulk email. This value is interpreted in downstream sending behavior and compliance checks. |
| Parent_Id | String | False |
The Id of the parent record that is associated with this participant entry, depending on how the email message was linked in CRM workflows. |
| Parent_Name | String | True |
The name of the parent record that is associated with this participant entry. This field assists in identifying the relationship when viewing the participant in list or relational views. |
| Parent_Type | String | True |
The module or object type of the parent record that is associated with this participant entry (for example, 'Contact', 'Lead', or 'Account'). |