Communication via ActiveSync

  • Thread starter Thread starter Marc Lacoursiere
  • Start date Start date
M

Marc Lacoursiere

I would like to write an application for the PC and another one for my
Pocket PC... They should exchange data such as Outlook using ActiveSync to
synchronize contacts... What's the best way to do it?

Marc Lacoursiere
RooSoft
 
If you email me at sgutfreund at-sign hotmail dot com, I will send you a CF
C#
program that opens of a tcp socket to a host. You may also want to grab a
copy
of pockethosts, just in case your setup is giving you fits with dns
resolution. (you can
tackle that later).

But bascialy all the system.net and system.net.sockets stuff for tcpclient,
sockets, etc.]
exist on CF.

You also don't need to do this via activesync. I have a linksys Wifi on my
Ipaq and was
able to just setup the network card setting (gateway, subnet, dns servers)
and connect
straight to a wifi router that I have. I only recently wanted to also do
activesync connections
via wifi to help me with debugging from VS2003.
 
Back
Top