Package 

Enum CreateInboxDto.InboxType

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

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

    Type of inbox. HTTP inboxes are faster and better for most cases. SMTP inboxes are more suited for public facing inbound messages (but cannot send). Values: hTTPINBOX,sMTPINBOX