question about ActiveSync integration

Hi all,

I have CF 2.0 mobile application running on WM 5.0. This application can operate data at offline. But whenever device is on the Cradle or use ActiveSync, ActiveSync can sync data throught web service. That's no matter whether this application is running when ActiveSync is active. Does anyone have idea about that

Thanks.



Answer this question

question about ActiveSync integration

  • Bt1982

    I am C# programmer, could you please point out whether there is manage library or component we can use for this purpose

    Thanks


  • Ishai Sagi[MOSS MVP]

    This is normally achieved by creating your own ActiveSync plugin. See native example in the WIndows Mobile SDK under ActiveSync directory. There is no way to do this from managed code - C++ is required.

    Another option would be to register your own application (not necessarily the main one - could be a small helper app) to be launched when a newtwork connection becomes available. This is done by calling CeSetUserNotificationEx with trigger set to NOTIFICATION_EVENT_NET_CONNECT



  • question about ActiveSync integration