【问题标题】:Exchange ActiveSync - get unseen emails countExchange ActiveSync - 获取看不见的电子邮件计数
【发布时间】:2018-04-14 15:14:54
【问题描述】:
我正在用 C++ 编写 Exchange ActiveSync 客户端。我使用 FolderSync 命令同步文件夹列表,使用 Sync 命令从服务器同步电子邮件。
在 IMAP 协议中,我使用命令 STATUS INBOX (UNSEEN) 来获取收件箱文件夹中看不见的电子邮件。
在 Exchange ActiveSync 中有一些等效的命令吗?
【问题讨论】:
标签:
exchange-server
email-client
activesync
【解决方案1】:
根据 Microsoft documentation,只有以下内容来自 ActiveSync:
Support for HTML messages
Support for follow-up flags
Conversation grouping of email messages
Ability to synchronize or not synchronize an entire conversation
Synchronization of Short Message Service (SMS) messages with a user's Exchange mailbox
Support for viewing message reply status
Support for fast message retrieval
Meeting attendee information
Enhanced Exchange Search
PIN reset
Enhanced device security through password policies
Autodiscover for over-the-air provisioning
Support for setting automatic replies when users are away, on vacation, or out of the office
Support for task synchronization
Direct Push
Support for availability information for contacts
但您可能希望通过 EWS 实现某些功能(请参阅此处的一些 example)。