Package com.veeva.vault.sdk.api.email
Annotation Interface EmailProcessorInfo
Indicates a class is an
EmailProcessor
.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe value displayed to Admins in the Vault UI when selecting anEmailProcessor
while setting up an Inbound Email Address record. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionIndicates the types of senders this email processor can receive emails from.
-
Element Details
-
label
String labelThe value displayed to Admins in the Vault UI when selecting anEmailProcessor
while setting up an Inbound Email Address record.- Returns:
- String label
-
-
-
allowedSenders
EmailSenderType[] allowedSendersIndicates the types of senders this email processor can receive emails from.- Returns:
- list of allowed sender types
- Default:
- {VAULT_GROUPS, VAULT_USERS, VAULT_USERS_AND_PERSONS}
-