CreateDraftResponse
Response after creating a new mailbox draft.
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether the draft was created successfully |
Whether the draft was created successfully | ||
| uniqueId | string | The new draft's UniqueId — use this for subsequent update/send/delete calls. |
The new draft's UniqueId — use this for subsequent update/send/delete calls. | ||
| errorMessage | string | Error message if creation failed |
Error message if creation failed | ||
| reconnectRequired | boolean | Whether the user needs to reconnect their mailbox |
Whether the user needs to reconnect their mailbox | ||
JSON Example
{
"success": false,
"uniqueId": "00000000-0000-0000-0000-000000000000",
"errorMessage": "string",
"reconnectRequired": false
}