sync library

  • Thread starter Thread starter henry
  • Start date Start date
H

henry

Hi,

does anybody know a DLL or similar that can be used in a .NET program
to integrate Outlook? The functionality provided by the DLL should be
something like getFolder, syncFolder, createContact, ...

I searched through Internet and groups, but only found "standalone"
products that can not be easily used in an self written program.

Thank you
henry
 
Why not just use the Outlook PIA's and the Outlook object model? Any .NET
compliant library that exposed those functions would end up using that
anyway.
 
Back
Top