Communication via ActiveSync

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
 
Y

Yechezkal Gutfreund

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.
 

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

Top