Using OfficeXP throughout Outlook and Word

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

Using OfficeXP throughout Outlook and Word
What should be done to ensure my add-in uses Office XP type libraries throughout 
Roger Middlebrook


Guest


Currently I use Office XP in most of my add-in. Can I make Office XP the only version referenced by my add-in without causing problems in ADX?
Posted 13 Feb, 2014 06:15:22 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hi Roger,

Add-in Express expects your using Office 2000 wrappers. You can use Office XP types in your code but this requires casting the types provided in Add-in Express events because the Add-in Express core uses Office 2000 type libraries.


Andrei Smolin
Add-in Express Team Leader
Posted 13 Feb, 2014 06:41:21 Top
Roger Middlebrook


Guest


OK. Thank you. That is what I expected.
Posted 13 Feb, 2014 08:02:43 Top