outlook addin in C# and CDO

P

palaga

Hi !
I've developped an outlook 2003 addin in C#, using office.interop.outlook
object model.
I need to access outlook 'search folders' from within my plugin. I've been
told to use MAPI extented interface, via CDO
so I referenced CDO in my plugin (Microsoft CDO 1.21 library as a COM
object)

How can I have access to the CDO extented interface ? All I have is the
outlook.application instance, my plugin instance, the outloon namespace
'MAPI' (which I retreive via application.opennnamespace("MAPI")), and I
don't know what to do to get a CDO session object...

A step by step help or a few lines of code in C# would greatly help me
thanks
 

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