You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Trying to follow example of adding file attachment for created draft message. Getting the error:
422 : Unprocessable Entity
{
"error": {
"code": "UnprocessableType",
"message": "Cannot process input of abstract type 'Microsoft.OutlookServices.Attachment'",
"innerError": {
"request-id": "request_id_string",
"date": "date_string"
}
}
}
Attachment is created the same way as in code example, by FileAttachment object, all fields are filled the same way.
Is there another way to send file attachment in the same POST where draft message is created?