Contact properties

C

Chen

I need access Contact Properties of items in All Public Folder of Outlook
from VB.NET
I have tried to use Outlook Object Module and found works.

I have not try using CDOEX, CDOSYS. I need some guide for that.
if anyone can tell me which is better?

Thanks
 
S

Sue Mosher [MVP]

CDOSYS has nothing to do with Outlook contacts. CDOEX can be used only on an
Exchange server itself. If you're writing a client application, the Outlook
object model and Redemption are your tools of choice.
 
Top