inboxType property

OrganizationInboxProjectionInboxTypeEnum? inboxType
getter/setter pair

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).

Implementation

OrganizationInboxProjectionInboxTypeEnum? inboxType;