HostVersion not returning correct version

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

HostVersion not returning correct version
 
Jeremy Bean




Posts: 8
Joined: 2019-03-18
Hello,

I'm using the ADXAddinModule.HostVersion number but it looks like it's returning an incorrect version.

I have Office 365 version 16.0.11929.20254 installed but ADX is returning 16.0.0.11929. Please let me know I'm using the field incorrectly.

Thanks,
Jeremy
Posted 03 Sep, 2019 08:59:53 Top
Andrei Smolin


Add-in Express team


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

Start Outlook, press Alt+F11 to open the VBA IDE, choose View | Immediate Window, enter the command below in that window and press {Enter}.

?Application.Version

That command returns the version of the Outlook application. Behind the scenes, ADXAddinModule.HostVersion calls the same property.

Unfortunately, we have to live with this inconsistency. Note that other Office applications behave surprisingly differently: Excel and PowerPoint return "16.0".


Andrei Smolin
Add-in Express Team Leader
Posted 03 Sep, 2019 09:22:36 Top
Jeremy Bean




Posts: 8
Joined: 2019-03-18
Thank you for the quick reply! I'll handle it as/is then.

Jeremy
Posted 03 Sep, 2019 09:25:43 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 03 Sep, 2019 10:30:31 Top