在 Outlook Mac 中使用 makeEwsRequestAsync() 的 GetItem xml 请求已停止返回响应

GetItem xml request using makeEwsRequestAsync() in Outlook for Mac has stopped returning a response

Mac 的展望:16.24 (19041401)

我正在 Outlook 中使用 makeEwsRequestAsync 为 Mac 发出 getItem 请求,但回调不包含响应(状态 == 成功,值为空)。来自 OWA/Outlook 2016 的同一请求包含有效的 xml 响应。我正在使用 GetItem 请求检索更改密钥。

为什么这里的行为有所不同?

XML GetItem 请求

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Header>
        <t:RequestServerVersion Version="Exchange2013"/>
    </soap:Header>
    <soap:Body>
        <m:GetItem>
            <m:ItemShape>
                <t:BaseShape>IdOnly</t:BaseShape>
                <t:BodyType>Text</t:BodyType>
            </m:ItemShape>
            <m:ItemIds>
                <t:ItemId Id="AAMkAGNlYjE1NWU4LTU1NmItNDdhYy04OTZiLWZmM2UwNjFkZjA1YwBGAAAAAACQR9mC/O1ETaOK/jgMPXmgBwCLsR3BxFcKQIBIOhhvOBA4AAAAAAEJAACLsR3BxFcKQIBIOhhvOBA4AAPI6G5DAAA="/>
            </m:ItemIds>
        </m:GetItem>
    </soap:Body>
</soap:Envelope>

这是 Outlook 为 mac 团队确认的 known issue 并且已在较新版本的 Outlook 中修复。(16.26+)