Building Applications and Solutions with Microsoft 365 Core Services (legacy) — Question 35
You are building email notifications for an expensing system.
When a user receives an email notification, the email will contain a comment field. When the user submits a comment, the data will be returned to the expensing system for processing.
What should you do to implement the notification by using the minimum amount of development effort?
Answer options
- A. Create a Microsoft Office Add-in that has an action pane to display the notifications
- B. Leverage Microsoft Graph notifications
- C. Leverage the Azure SignalR Service and implement web notifications
- D. Configure the expensing system to send actionable messages
Correct answer: D
Explanation
Configuring the expensing system to send actionable messages allows for seamless user interaction directly from the email, minimizing development efforts by utilizing built-in functionalities. Options A, B, and C involve more complex implementations and do not directly address the requirement as effectively as option D.