API Docs / Schemas / CreateDraftResponse

CreateDraftResponse

Response after creating a new mailbox draft.

Properties

Name Type Description
successboolean

Whether the draft was created successfully

Whether the draft was created successfully

uniqueIdstring

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.

errorMessagestring

Error message if creation failed

Error message if creation failed

reconnectRequiredboolean

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
}

Used By Operations