Interface EmailProcessorContext


public interface EmailProcessorContext
Provides access to contextual information exposed in an Email Processor.
  • Method Details

    • getEmailItem

      EmailItem getEmailItem()
      Retrieves the EmailItem 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".