ReplyEmailResponse
Response after replying to a mailbox email
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether the reply was sent successfully |
Whether the reply was sent successfully | ||
| errorMessage | string | Error message if the reply failed |
Error message if the reply failed | ||
| reconnectRequired | boolean | Whether the user needs to reconnect their mailbox |
Whether the user needs to reconnect their mailbox | ||
JSON Example
{
"success": false,
"errorMessage": "string",
"reconnectRequired": false
}