PUT api/2.0/mail/accounts/emailinfolder
Sets an account email in a folder with the ID specified in the request.
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
Mailbox ID
|
number
|
1234
|
email_in_folder
sent in body
|
Document folder ID
|
string
|
some text
|
PUT api/2.0/mail/accounts/emailinfolder
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailbox_id": 1234,
"email_in_folder": "some text"
}