Globals?

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

Globals?
Need help with C# example to access Globals? 
Joseph S




Posts: 10
Joined: 2015-12-28
MSDN states:
When you create an Office project, Visual Studio automatically generates a class named Globals in the project.

Can you help me with how to access the Globals from Add In Express?
Specifically, I am looking to find the Outlook Version Number.

Thanks
Posted 05 Sep, 2016 16:17:04 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Joseph,

Add-in Express doesn't create such a class. You can get the Outlook version using the HostMajorVersion property of the add-in module.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Sep, 2016 02:52:15 Top