Add a calendar
|
POST api/2.0/mail/messages/calendarbody/add
|
Adds an iCal body to the draft with the ID specified in the request.
|
Add an attachment
|
POST api/2.0/mail/messages/attachment/add
|
Adds an attachment to the draft with the ID specified in the request.
|
Attach a document
|
POST api/2.0/mail/messages/{id}/document
|
Attaches a document to the message with the ID specified in the request.
|
Delete an attachment
|
DELETE api/2.0/mail/messages/{messageid}/attachments/{attachmentid}
|
Deletes the selected attachment from the message with the ID specified in the request.
|
Download attachments
|
PUT api/2.0/mail/messages/attachment/downloadall/{messageId}
|
Downloads all the attachments from the message with the ID specified in the request.
|
Export an attachment
|
PUT api/2.0/mail/messages/attachment/export
|
Exports an attachment with the ID specified in the request to the folder with documents.
|
Export message attachments
|
PUT api/2.0/mail/messages/attachments/export
|
Exports all the message attachments to the folder with documents.
|