Package 

Enum OrganizationInboxProjection.InboxType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum OrganizationInboxProjection.InboxType
    extends Enum<OrganizationInboxProjection.InboxType>
                        

    Type of inbox - either HTTP (default) or SMTP. HTTP inboxes are great for testing. SMTP inboxes are processed by a custom SMTP mail server and are better for public facing inboxes that receive emails from Gmail and other large providers. If using a custom domain the domain type must match the inbox type. Use an SMTP domain for SMTP inboxes that includes an MX record pointing to 10 mx.mailslurp.com for inbound messages. Values: hTTPINBOX,sMTPINBOX