开发者

EWS Pull Notification problem with unread mails arrived between polling intervals

EWS Pull notifications are great in fetching new mails arriving while polling for the notifications, however if I increase the intervals between polling reque开发者_JAVA百科sts, the mails arriving between each requests do not get picked up. Am I doing something wrong, or missing something trivial?


String subscriptionID = null
do {
  PullSubscription subscription = service.subscribeToPullNotifications (...subscriptionID ...) 
  subscriptionID = subscription.getWaterMark();
  ...

} while(true);


Retaining previous watermark solvEd it

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜