Skip to content

Commit

Permalink
Update migrate-com-to-web-addins.md
Browse files Browse the repository at this point in the history
fixed links
  • Loading branch information
JanelleMcIntosh-MSFT authored Aug 26, 2024
1 parent 210db08 commit f3e701c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you find gaps in the web add-in platform that don't support core workflows li

1. **What are the capabilities supported by web add-ins?**: Outlook web add-ins support many scenarios involving composing and reading emails and events. Web add-in JS APIs support accessing many properties like the email body and details, event body and details, sensitivity labels and many more. It is also possible to launch web add-ins automatically on email compose and many more capabilities are being added to the web add-in platform. Learn more about the supported and upcoming scenarios in [Supported scenarios in Outlook web add-ins](/office/dev/add-ins/outlook/one-outlook#supported-scenarios-in-outlook-web-add-ins).

2. **What are the JS API requirements sets supported in new Outlook?**: Web add-in JS API set upto 1.14 is supported in the new Outlook for Windows. This provides support for spam reporting and phisihing scenarios among several others. Learn more about the JS APIs in this requirement set here: [Outlook API reference](javascript/api/outlook?view=outlook-js-1.14).
2. **What are the JS API requirements sets supported in new Outlook?**: Web add-in JS API set upto 1.14 is supported in the new Outlook for Windows. This provides support for spam reporting and phisihing scenarios among several others. Learn more about the JS APIs in this requirement set here: [Outlook API reference](/javascript/api/outlook?view=outlook-js-1.14).

3. **How can spam reporting web add-ins replace the 'Report' button in new Outlook?**: Third-party spam reporting add-ins can replace the 'Report' button in the new Outlook by making a manifest change. It requires the web add-in manifest to set xsi:type attribute of the <ExtensionPoint> element to ReportPhishingCommandSurface. More details on the implementation here: [Implement an integrated spam-reporting add-in](office/dev/add-ins/outlook/spam-reporting#configure-the-manifest).
3. **How can spam reporting web add-ins replace the 'Report' button in new Outlook?**: Third-party spam reporting add-ins can replace the 'Report' button in the new Outlook by making a manifest change. It requires the web add-in manifest to set xsi:type attribute of the <ExtensionPoint> element to ReportPhishingCommandSurface. More details on the implementation here: [Implement an integrated spam-reporting add-in](/office/dev/add-ins/outlook/spam-reporting#configure-the-manifest).

0 comments on commit f3e701c

Please sign in to comment.