在 Exchange Server 上创建或修改元素时,我会收到带有唯一 ID 的 StreamingNotification 和有关该联系人/日历的其他信息,但我如何才能获得有关已删除项目的信息?
我从哪里得到身份证?或者至少是第一个电子邮件地址或主题?
我正在使用 EWS 托管 API,这是我的代码:
StreamingSubscription subscription =
ser.SubscribeToStreamingNotifications(
new FolderId[] { WellKnownFolderName.Contacts,
WellKnownFolderName.Calendar },
EventType.Created,
EventType.Modified,
EventType.Deleted
);