Which object should you use to save additional information in an email?

You are building a Microsoft Outlook add-in. Which object should you use to save additional information in an email?A . CustomPropertiesB . CustomXMLPartsC . RoamingSettingsD . localStorageView AnswerAnswer: A Explanation: Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/manage-state-and-settings-outlook

November 25, 2021 No Comments READ MORE +

How should you complete the URI to retrieve the results?

DRAG DROP You are developing in application named App1. App1 needs to use the Microsoft Graph API to retrieve emails from Microsoft 365 for the current signed-in user. The solution must meet the following requirements: ✑ Emails that have attachments and are from [email protected] must be retrieved. ✑ The results...

November 25, 2021 No Comments READ MORE +

Which type of authentication flow should you recommend for the planned integration with Office 365?

Which type of authentication flow should you recommend for the planned integration with Office 365?A . device codeB . implicit grantC . authorization codeD . client credentialsView AnswerAnswer: C Explanation: To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access...

November 24, 2021 No Comments READ MORE +

How should you complete the PowerShell command?

HOTSPOT You create an incoming webhook for a Microsoft Teams team channel. You need to verify the webhook by using PowerShell. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical...

November 24, 2021 No Comments READ MORE +

What should you do before you begin debugging in Visual Studio Code?

You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code. A user reports that there is an issue with the add-in. You need to debug the add-in for Word Online. What should you do before you begin debugging in Visual Studio Code?A . Disable...

November 24, 2021 No Comments READ MORE +

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point

HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface, text, application Description automatically generated Box 1: No Box 2: No The manifest is in XML format. Box 3:...

November 24, 2021 No Comments READ MORE +

Which REST query should you use to retrieve the picture?

You need to display the profile picture of the current signed-in user. Which REST query should you use to retrieve the picture?A . GET me photo $valueB . GET / me/photos/0C . GET /users/ {UserPricincipleName} / photoD . GET / me/ photoView AnswerAnswer: D

November 23, 2021 No Comments READ MORE +

The solution must ensure that the app can perform operations on behalf of the user?

You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user? Which type of authorization flow should you use?A . authorization codeB . refresh tokenC . resource owner passwordD...

November 23, 2021 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You need to implement the role functionality for the backend web service calls. Which three actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer:

November 23, 2021 No Comments READ MORE +

Which four actions should you perform in sequence?

DRAG DROP You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive. You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload. Which four actions should you perform...

November 23, 2021 No Comments READ MORE +