I am developing a desktop application that manages contact information, and I want to be able to synchronize it with the contact list on Windows Mobile devices. What namespaces / APIs do I need to understand to do this? I would prefer something in the .NET compact framework, but I can do Win32 too. I am looking for an approach that is completely autonomous, i.e. It does not depend on a separate application such as Outlook. Thanks
If you can work with the latest compact structure, you can use the WindowsMobile Class Library .
, API ActiveSync Interop, API ++ Interop/PInvoke COM Interop. .
ActiveSync API. ActiveSync SDK "sharepor" ( C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Activesync\Activesync), .
EDIT: POOM RAPI DLL, ( , fomat , WinMo). .., .
Microsoft SyncFramework. - , , , , . IIRC Outlook Pocket PC.
If you decide to go the RAPI route, OpenNETCF has a good C # RAPI library, see here .
Source: https://habr.com/ru/post/1706402/More articles:Running a Java application from a batch file with the correct JRE - javaBy not allowing users to make mistakes or give them flexibility - usabilityJquery fade effect doesn't work in FF - jqueryHow can I catch a button click event that has a TDBGrid as a parent? - delphiFonts and Colors Visual Studio: Requires Great Customizability - fontsVisual Studio installation project with all files from the folder - installationRecommended open source content management system for a corporate website? - ruby | fooobar.comWhat controls affect EnableViewState on a GridView? - htmlRetrieving DataItem from RepeaterItem after data binding (during event processing) - c #Where can I get a list of all the properties available in the project file? - propertiesAll Articles