Outlook / Word Add-in: How to highlight a part of the text (range)

592 Views Asked by At

Is there an Outlook/Word add-in api to highlight a section of the text, without really modifying the underlying html of the email or the Word document? The purpose is to notify the user about a relevant section in the text.

1

There are 1 best solutions below

6
On

Currently the feature to highlight the part of text without updating the html is not a part of the Outlook Office.js API set. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered, when we go through our planning process. You can check contextual add-in which highlights the text on which Add-ins is applicable. Check if it can be used for your usecase?