使用Outlook Rest API提取附件时,“邮件超出了支持的最大大小”

时间:2018-11-22 07:56:14

标签: python outlook exchangewebservices office365api

我正在尝试使用Outlook Rest邮件api获取附件,但它给出了400个Rest响应-

Response Code: 400 Text:{"error":{"code":"ErrorMessageSizeExceeded","message":"The message exceeds the maximum supported size., The message exceeds the maximum supported size."}}

我们将不胜感激任何帮助。

1 个答案:

答案 0 :(得分:0)

此错误表示附件超过了所设置的最大大小。

要解决 Outlook 的问题,需要通过编辑%ExchangeInstallPath%ClientAccess \ Owa来增加maxAllowedContentLengthmaxRequestLengthmaxReceivedMessageSize的两个实例的值\ web.config

您将需要在之后重新启动IIS。

有关更多信息,请参见Configure client-specific message size limits