**Source URL:** https://limited.veevavault.dev/quality/mdl/component-types/qualityinboundemailaddressconfiguration

# Qualityinboundemailaddressconfiguration

**Class:** `metadata`

This component is specific to Quality family Vaults and supports the Complaint Email Ingestion and the Supplier Change Notice Email Ingestion features of the QMS application. Defines an *Inbound Email Address Configuration*, which is used to map inbound email addresses to objects and object types to create records from inbound emails.

Learn more about [Complaint Email Ingestion in Vault Help](https://quality.veevavault.help/en/lr/61887102).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `description` | Type: String Max length: 1500 | A general description of the inbound email address configuration. |
| `disable_email_attachments_parsing` | Type: Boolean | If `true`, the original email and attachments are not added to the resulting *Complaint* record. |
| `disable_email_body_parsing` | Type: Boolean | If `true`, the email processor does not parse and copy content from the incoming email’s body text to the *Email Body* and *Email Text* fields on the resulting *Complaint* record. |
| `email_thread_detection` | Type: String Max length: 50 | The algorithm used to identify whether a record has already been created from an email in the same email thread. Possible values are `root_message_id` and `message_id`. If neither is specified, the default value is `message_id`. Learn more about [email thread detection in Vault Help](https://quality.veevavault.help/en/lr/61887102). |
| `inbound_email_address` | Type: ComponentReference **Required** | The `Inboundemailaddress` to receive complaints. For example, `Inboundemailaddress.complaints__c`. |
| `target_object` | Type: Component **Required** | The object used to create records from inbound emails. For example, `Object.complaint__v`. |
| `target_object_type` | Type: Component **Required** | The object type used to create records from inbound emails. For example, `Objecttype.complaint__v.pharma_complaint__v`. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Qualityextractentityconfig](/quality/mdl/component-types/qualityextractentityconfig)  
**Next:** [Qualityincidentintakelayout](/quality/mdl/component-types/qualityincidentintakelayout)