Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam MS-600 Topic 14 Question 72 Discussion

Actual exam question for Microsoft's MS-600 exam
Question #: 72
Topic #: 14
[All MS-600 Questions]

Which URI should you use to query all the emails that relate to an invoice?

Show Suggested Answer Hide Answer
Suggested Answer: D

Get an access token.

Note: The Outlook REST APIs require a bearer token in the Authorization header. Typically, apps use OAuth2 flows to retrieve a token. However, add-ins can retrieve a token without implementing OAuth2 by using the new Office.context.mailbox.getCallbackTokenAsync method introduced in the Mailbox requirement set 1.5.

After your add-in has the access token, item ID, and REST API URL, it can either pass that information to a back-end service which calls the REST API, or it can call it directly using AJAX.


https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/use-rest-api

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel