Outlook Security Manager .net

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Security Manager .net
Send Mail Demo doesn't get intance of outlook for 2000 or 2002 
Bradley Burchfield




Posts: 1
Joined: 2005-03-16

your Code does work on 2003
Any Idea?


outlookApp = Marshal.GetActiveObject("Outlook.Application") as Outlook._Application;
outlookApp = Activator.CreateInstance(olType) as Outlook._Application;


Posted 16 Mar, 2005 13:04:13 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Bradley.

Could you explain me the problem in more details? What exactly doesn't work? Do you get an error message?
Posted 16 Mar, 2005 15:24:22 Top