PUT api/2.0/mail/settings/goNextAfterMoveEnabled
Sets a flag that specifies whether to go to the next message after moving/deleting the currently viewed or return to the current folder.
Name |
Description |
Type |
Example |
enabled
sent in body
|
Specifies whether to go to the next message after moving/deleting the currently viewed or return to the current folder
|
Bool value
|
true
|
PUT api/2.0/mail/settings/gonextaftermoveenabled
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"enabled": true
}
This method doesn't return any data.