Package com.veeva.vault.sdk.api.email
Interface EmailProcessorContext
public interface EmailProcessorContext
Provides access to contextual information exposed in an Email Processor.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theEmailItem
to be processed.Retrieves the name of the inbound email address component.
-
Method Details
-
getEmailItem
EmailItem getEmailItem()Retrieves theEmailItem
to be processed.- Returns:
- list of emails received
-
getInboundEmailAddressName
String getInboundEmailAddressName()Retrieves the name of the inbound email address component.- Returns:
- the name of the inbound email address component. For example, "inbox__c".
-