Outlook Master Categories List

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

Outlook Master Categories List
 
Thomas


Guest


Hi,

I'm trying to get the master categories in outlook 2016. I found an example for .NET here https://www.add-in-express.com/forum/read.php?FID=5&TID=12038, but does somebody has an example for VCL?

Thank you !
Posted 14 Dec, 2016 09:21:25 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Thomas,

Because the Categories object and NameSpace.Categories property were introduced in Outlook 2007 and Add-in Express provides objects from the Outlook 2000 type library, you can use late binding or access that property directly by importing the type library of Outlook 2007, 2010, 2013 or 2016. See also https://www.add-in-express.com/forum/read.php?FID=1&TID=12731.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Dec, 2016 09:36:23 Top
Thomas


Guest


Thanks Andrei.

The guideline https://www.add-in-express.com/forum/read.php?FID=1&TID=12731 resolved my problem.

Best regards.
Posted 14 Dec, 2016 12:36:51 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
You are welcome.


Andrei Smolin
Add-in Express Team Leader
Posted 15 Dec, 2016 09:04:53 Top