createdCatchAllInbox property

bool? createdCatchAllInbox
getter/setter pair

Whether to create a catch all inbox for the domain. Any email sent to an address using your domain that cannot be matched to an existing inbox you created with the domain will be routed to the created catch all inbox. You can access emails using the regular methods on this inbox ID.

Implementation

bool? createdCatchAllInbox;