在没有通知订阅的情况下使用 Outlook Rest API 轮询新的附加 outlook 消息

Poll for the new additional outlook messages using Outlook Rest API without the notifications subscriptions

我需要轮询新的 Outlook 消息。我不想订阅需要 Webhook 的通知。是否有 Outlook REST API 可以在不使用通知订阅框架的情况下轮询新的 Outlook 消息?

您可以使用同步,/beta 端点目前支持同步:https://msdn.microsoft.com/office/office365/APi/mail-rest-operations#Synchronizemessages。这允许您进行完全同步,然后轮询以根据上次同步获得增量同步。