Emailprocessor
Class: code
When creating Inbound Email Addresses in the Vault Admin UI, Admins select an Email Processor, which defines how Vault automatically creates documents, records, and attachments from emails sent to the address. In addition to those provided by the System, you can create custom Email Processors with the Vault Java SDK.
Learn more about Email to Vault in Vault Help.
| 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. |
allowed_senders | Type: Enum Required Multi-value Allowed values:
| Indicates the type of senders from whom this email processor can receive emails. |
checksum | Type: String Max length: 1500 | Used to check data for errors. |
source_code | Type: SdkCode Max length: 1048576 | The source of this email processor. For example, Custom means this is a custom email processor developed with the Vault Java SDK. |
Supported Operations
Section link for Supported Operations| Operation | Support |
|---|---|
| Create | |
| Recreate | |
| Alter | |
| Drop | |
| Rename | |
| Describe | |
| Generate Recreate | |
| Queryable |