Reputation: 11
Have just loaded the Insights add-in and, assuming this is an office add-in, isn't it breaking one of the main rules? The data being displayed is not related to the current email, its a dashboard, and remains constant when changing the current item. I would love to do this with my add-in but its my understanding I wouldn't be able to get it in the app store.
Upvotes: 0
Views: 95
Reputation: 251
It's a requirement for add-ins that support pinning only 4.12.1 If your add-in manifest includes the SupportsPinning element for read mode of a message and/or appointment, the content of the add-in, when pinned, must not be static and must clearly display data related to the message that is open or selected in the mailbox.
Upvotes: 1