Hi,
I need to control Outlook Mobile items from Desktop
- read items from PocketPC
- edit items on desktop
- upload Outlook Mobile items to PocketPC

I use VS 2005 (VB or c# )

Is it possible? Need connected Activesync?

Please, give me the true direction or any example.
Thanks

Re: How to get Outlook mobile items from desktop by ctacke/>

ctacke/>
Thu Dec 06 07:10:37 PST 2007

Isn't this what Outlook and ActiveSync are for?

If I were to do it myself, I'd likely create a socket client on the device
and a server on the PC. On the device, use the object model for POOM to
access the items and have some form of command and data passing structure
for sendign them back and forth.

There's nothing that's just going to "do" all of that for you in managed
code.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com


"matalata" <matalata@discussions.microsoft.com> wrote in message
news:F9ED579D-C8AC-4469-9946-9DF8289E59A0@microsoft.com...
> Hi,
> I need to control Outlook Mobile items from Desktop
> - read items from PocketPC
> - edit items on desktop
> - upload Outlook Mobile items to PocketPC
>
> I use VS 2005 (VB or c# )
>
> Is it possible? Need connected Activesync?
>
> Please, give me the true direction or any example.
> Thanks
>
>