I am developing an Outlook add-in where I need to know what is the client release version like 2013
, 2016
, 2019
, 365
etc.
While I can get client version using Office.context.mailbox.diagnostics.hostVersion but it returns version like 15.0.468.0
.
I want to know is there any way to get versions like 2013
, 2016
etc or is there any way to get that from client version 15.0.468.0
?