use ActiveSync in C#

  • Thread starter Thread starter benjamin piraud
  • Start date Start date
B

benjamin piraud

I would like to use ActiveSync to synchronize a WinCe running PC with an XP
running PC, in a C# program. But it seems it is quite unusual ; I found no
example for such a case on the Web.
Is it possible to make it? Did anybody ever do it? Is there something about
that on the Web?
thank you
Benjamin Piraud
 
Benjamin,

Check out the ActiveSync reference document titled "Programmer's Guide
for ActiveSync", located at (watch for line wrap):

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce21/html/ActiveSync.asp

Specifically, check the section titled "Available Command-Line
Parameters to syncmgr.exe", which has the command line parameters for
synching the content. There might be an API to do this, but I could not
find it while looking through the documentation.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top