Microsoft
MS-600 · Question #115
You have a SharePoint Framework (SPFx) web part that includes the manifest shown in the following exhibit. Which task can the web part perform?
The correct answer is C. Send an email as the current user. In SPFx we will get the user context using the object context. We have msGraphClientFactory available in the same object which will take care of generating the Access Token based on the
Extend and customize Microsoft 365 with SharePoint Framework
Question
You have a SharePoint Framework (SPFx) web part that includes the manifest shown in the following exhibit. Which task can the web part perform?
Exhibit
Options
- ASend an email on behalf of a mail-enabled group.
- BSend an email as another user.
- CSend an email as the current user.
- DSend an email as the web part.
How the community answered
(36 responses)- A8% (3)
- B14% (5)
- C75% (27)
- D3% (1)
Explanation
In SPFx we will get the user context using the object context. We have msGraphClientFactory available in the same object which will take care of generating the Access Token based on the
Topics
#SPFx#web part manifest#Graph permissions#email
Community Discussion
No community discussion yet for this question.
