Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outlook 2016: API v1.5 no longer supported with newest release. #725

Closed
JefCurtis opened this issue Sep 12, 2019 · 5 comments
Closed

Outlook 2016: API v1.5 no longer supported with newest release. #725

JefCurtis opened this issue Sep 12, 2019 · 5 comments
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins Needs: author feedback Waiting for author (creator) of Issue to provide more info Status: no recent activity Issue or PR is stale (no recent activity)

Comments

@JefCurtis
Copy link

Hello folks 馃憢

After updating Outlook 2016 using this update it seems that the version of OfficeJS has changed and removed support for Office API v1.5 and above?

Some of our Outlook add-in functionality was dependent on v1.5 and up so there is a conditional check in the code to confirm that the version of Outlook the add-in is running in does support this version before toggling this feature on. I've been recently receiving reports from some of our users that their version of Outlook (2016) no longer support this functionality even though, before updating, it did work. Testing the same functionality in the browser and Outlook 2019 still works as expected.

I can confirm this:

// before Sept 3rd update
Office.context.requirements.isSetSupported("Mailbox", 1.5); ==> true
// After Sept 3rd update
Office.context.requirements.isSetSupported("Mailbox", 1.5); ==> false
Current version of Outlook 2016
image

Is this expect behavior? Was there is change to the supported version of OfficeJS with this update?

Your Environment

  • Platform [PC desktop]
  • Host [Outlook]
  • Outlook version number: See above image. Stand alone installation.
  • Operating System: [Win10]
@ghost ghost added the Needs: triage 馃攳 New issue, needs PM on rotation to triage ASAP label Sep 12, 2019
@JefCurtis
Copy link
Author

@jargil Pinging you here.

@AlexJerabek AlexJerabek added Area: Outlook Issue related to Outlook add-ins Needs: attention 馃憢 Waiting on Microsoft to provide feedback Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs and removed Needs: triage 馃攳 New issue, needs PM on rotation to triage ASAP labels Sep 12, 2019
@exextoc
Copy link
Collaborator

exextoc commented Sep 12, 2019

This is the expected behavior. Outlook 2016 MSI versions (which is the one you are on) only supports uptil requirement set 1.4. Documentation here. If before this update it was sending true for supporting 1.5 that would have been a bug. What APIs are you dependent on that requires you to use requirement sets 1.5 and above? Requirement sets > 1.4 are only supported for outlook through office 365 subscription installations.

@jargil jargil assigned exextoc and unassigned jargil Sep 12, 2019
@JuaneloJuanelo JuaneloJuanelo added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs Needs: attention 馃憢 Waiting on Microsoft to provide feedback labels Sep 17, 2019
@JuaneloJuanelo
Copy link

@JefCurtis as previously commented, in that version of Office that's expected (1.5 is not supported there and if you call any 1.5 API will fail).What functionality of 1.5 are you using in your Add-in? Can you confirm such APIs fail in the cited build?

@ghost ghost added the Status: no recent activity Issue or PR is stale (no recent activity) label Sep 22, 2019
@ghost
Copy link

ghost commented Sep 22, 2019

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

@ghost
Copy link

ghost commented Sep 25, 2019

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.

@ghost ghost closed this as completed Sep 25, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins Needs: author feedback Waiting for author (creator) of Issue to provide more info Status: no recent activity Issue or PR is stale (no recent activity)
Projects
None yet
Development

No branches or pull requests

5 participants