0

Problem summary: I need to create an Outlook 365 add-in that can change visual properties of items in a mailbox.

I've created a plugin using Yeoman Generator using the instructions here:

https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart?tabs=yeomangenerator

This works fine, but the add-in only seems to be enabled for opened email items.

In the following image you can see the generated add-in is disabled, but the Viva Insights add-in is enabled:

enter image description here

Is what I am trying to do possible with the Yeoman generator? How? If not, can it be done with a VSTO add-in? Is there any place that has example code?

1 Answer 1

1

Please refer to the ExtensionPoint element in the XML manifest. It defines where an add-in exposes functionality in the Office UI. The documentation can be found here: https://learn.microsoft.com/en-us/javascript/api/manifest/extensionpoint?view=powerpoint-js-preview

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.