Outlook 365 Mail Rest API:检索 .eml 附件时收到内部服务器错误
Outlook 365 Mail Rest API: Receiveing internal server error when retrieving an .eml attachment
我正在尝试通过 Outlook / Office 365 邮件检索附件 API。我从 Google 向我的 Office 365 帐户发送了一封电子邮件,其中包含一个 .eml 附件。当我检索电子邮件时,我收到内部服务器错误作为响应。我已经尝试过 API 的 2.0 和 beta 版本。是否可以检索 .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'."
}-
}
M.Fur - 抱歉,调查花了一些时间,但已签入修复程序,应该会在 5 月底之前在全球范围内部署。
我正在尝试通过 Outlook / Office 365 邮件检索附件 API。我从 Google 向我的 Office 365 帐户发送了一封电子邮件,其中包含一个 .eml 附件。当我检索电子邮件时,我收到内部服务器错误作为响应。我已经尝试过 API 的 2.0 和 beta 版本。是否可以检索 .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'."
}-
}
M.Fur - 抱歉,调查花了一些时间,但已签入修复程序,应该会在 5 月底之前在全球范围内部署。