kartik iyer
kartik iyer

Reputation: 19

Outlook add-in extension point in manifest file for save and edit actions

Currently we have the on-send feature, itemSend type to capture mail sending/create meeting which we implement like this in manifest file,

https://learn.microsoft.com/en-us/office/dev/add-ins/reference/manifest/extensionpoint#events

Do we have other events types like edit, save, delete for the other calendar events?

Upvotes: 2

Views: 593

Answers (1)

user7823505
user7823505

Reputation:

Currently, ItemSend is the only Event ExtensionPoint for Outlook add-ins.

If you like to suggest other events please add an idea to the Outlook add-in UserVoice. Feature requests on UserVoice are considered when we go through our planning process.

Upvotes: 1

Related Questions