Mailbox Ref Object
Field Guide
The mailbox ref is a subset of the full Mailbox object.
Name | Type | Example | Notes |
---|---|---|---|
id | Int | 1234 | Unique identifier |
name | String | My Mailbox |
Example
{
"id": 1234,
"name": "My Mailbox"
}
The mailbox ref is a subset of the full Mailbox object.
Name | Type | Example | Notes |
---|---|---|---|
id | Int | 1234 | Unique identifier |
name | String | My Mailbox |
{
"id": 1234,
"name": "My Mailbox"
}