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
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