MS600 ALL SOLUTION 100% CORRECT SPRING FALL-2023 EDITION AID GRADE A+
What is an Actionable Message? An Outlook email message that contains Adaptive Card Markup, allowing a user to take some action directly in the Outlook message. What are the components of the Actionable Message architecture? - An application that sends HTML markup containing Actionable Message JSON - The Outlook email client - An API service that handles the response from the email client What language does Adaptive Card markup use? JSON Where should Adaptive Card markup be placed in an Outlook HTML document? Within the script tags in JSON format What does Action.Http do in an Actionable Message? Sends an HTTP POST request containing user actions and data to an API handler. What does Action.InvokeAddInCommand do in an Actionable Message? Initiates an Outlook Add-in What does Action.DisplayMessageForm do in an Actionable Message? Displays a message form to the user What does Action.DisplayAppointmentForm do in an Actionable Message? Displays an Outlook Appointment form What does Action.ToggleVisibility do in an Actionable Message? Toggles the visibility of content within the message, usually based on a condition. Before leveraging a solution that uses Actionable Messages, you must register your solution in the ________________________. Actionable Email Developer Dashboard What is Adaptive Card Markup? The JSON-based markup language used to create an Actionable Message. What is an Adaptive Card as related to Actionable Messages? An Adaptive Card is the responsive and actionable card embedded in Outlook email HTML. What are the three scopes of submission available when registering an Actionable Message Solution? Test Users, Organizations & Global What is DomainKeys Identified Mail (DKIM) as related to email? DKIM is a security standard designed to make sure emails weren't modified while in transit. What is the Sender Policy Framework (SPF) as related to emails? An email-authentication technique used to prevent spammers from sending emails from un-owned domains. What is SMTP as related to email? A standard email application used by email servers to send and receive email. What is a JSON Web Signature (JWS) as related to Actionable Messages A JWS is a secure way of authenticating users and sharing information. Developers must choose one of two available security requirements for Actionable Message Solutions. What are they? 1. Solution must leverage DKIM and SPF OR 2. A JSON Web Signature When building apps for MSFT Teams, the three main areas of concern are: - Selected extension points - Template UI Elements - Developer's Custom APIs Apps built on the MSFT Teams Platform consist of what three components? - The MS Client - A solution app manifest - Web services and APIs What is inside of an MSFT Teams app manifest package? - Icons that the app uses - JSON manifest file that contains information about how the app works and connected services What are the three extensibility points of MSFT Teams? - Channel and group chat apps - Personal Apps (sidebar) - Direct Message apps CONTINUED..
Schule, Studium & Fach
- Hochschule
- MS600
- Kurs
- MS600
Dokument Information
- Hochgeladen auf
- 29. märz 2023
- Anzahl der Seiten
- 4
- geschrieben in
- 2022/2023
- Typ
- Prüfung
- Enthält
- Fragen & Antworten
Themen
-
ms600
-
what is an actionable message an outlook email message that contains adaptive card markup
-
allowing a user to take some action directly in the outlook message what are the components of the ac