Hi,
I have a problem with GetEvents that I find strange and very worrying.
Our client creates a pull subscription (either a new one, or by specifying and old watermark in case of subscription timeout) and every few minutes calls GetEvents to receive changes to the folders in the subscription. Since this is a mobile client, there is
a possibility that the client may be inactive for several hours or days between GetEvents. For the most part, this works; clients synchronize the contents of the folders. One problem I have is GetEvents does not return the maximum number of events per call,
making it necessary to call GetEvents many times until all the events are received.
Thanks
Krish