Basic Outlook Object Question

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

Basic Outlook Object Question
How to access the Outlook Object 
Jack Bretcher




Posts: 189
Joined: 2006-06-30
I have a very basic question. I just purchased and loaded Add-in-Express and at the same time am making the transition from VB6 to .NET for my Outlook COM development.

In the past when I initialized my addin (in InitHandler) I set a global to the passed in Outlook Object. I then used this to access the Outlook object from the rest of my code.

How do I do that in this environment?

Jack
Posted 30 Jun, 2006 19:35:59 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Jack,

You can use the HostApplication property.

Please use http://www.add-in-express.com/forum/list.php?FID=5 forum for NET-related questions.

Posted 03 Jul, 2006 06:04:30 Top