Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 How to use CDO instead of MAPI to get outlook oper

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-02-11 : 09:16:54
Hi

I am using MAPI to work with Outlook oprations in VB6,now i want to convert it into CDO to get namespace of Outlook.

Set olApp = GetObject(, "Outlook.Application")
Set olNS = olApp.GetNamespace("MAPI")

How can i chage it into CDO?

Please give me a solution.



Mamatha
   

- Advertisement -