1
我試圖通過Outlook/Office 365郵件API檢索附件。我從Google發送一封電子郵件到我的Office 365帳戶,並以.eml作爲附件。當我檢索電子郵件時,我得到一個內部服務器錯誤作爲迴應。我已經嘗試使用API的2.0和Beta版本。是否有可能檢索.eml附件?Outlook 365 Mail Rest API:檢索.eml附件時收到內部服務器錯誤
請求: https://outlook.office365.com/api/v2.0/me/messages/{message_id}/attachments
響應:
{
"error": {
"code": "ErrorInternalServerError"
"message": "Unable to cast object of type 'Microsoft.Exchange.Services.Core.Types.ItemAttachmentType'
to type'Microsoft.Exchange.Services.Core.Types.FileAttachmentType'."
}-
}
對不起,請讓我看看並回復您爲什麼收到此錯誤。 –
謝謝@ VenkatAyyadevara-MSFT期待聽到您的回覆! –
剛發佈了一個答案。我們發現了服務中的一個錯誤,並在修復中進行了檢查。謝謝你的耐心。 –