从 wso2 ei 6.5.0 中的 MS Outlook 连接器获取未读电子邮件

To get unread email from MS Outlook connector in wso2 ei 6.5.0

我正在尝试使用 WSO2 EI 6.5.0 中的 outlook 连接器从 outlook 收件箱中获取未读电子邮件。在 Microsoft Graph Documentation it can be possible by using Query param. When i checked the same in WSO2 Documenation 中无法提供过滤器选项。

<outlookmail.getMessageCollectionFromFolder>
            <folderId>Inbox</folderId>
            <q>isRead:false</q> // this option only in gmail connectior            
</outlookmail.getMessageCollectionFromFolder>

有没有可能实现这个目标?或者连接器需要升级?

那是因为 WSO2 Outlook connector is based on Outlook REST API,如您所见,已弃用。此连接器不适用于处理 Microsoft Graph API,因此无法使用。