Outlook Addin - enable Clipboard API

Outlook Addin - enable Clipboard API
10

Upvotes

Upvote

 Aug 09 2021
1 Comments (1 New)
New

Outlook Addin currently does not support Clipboard API, because containing iframe does not have appropriate permissions. Currently the only other option to copy text is to use deprecated document.execCommand("copy").

 

For more information, please see this issue: https://github.com/OfficeDev/office-js/issues/1991

Comments
Visitor

This is also an issue in Word, Excel and PowerPoint Online.