Reputation: 26
I have an outlook add-in that creates notification message like this:
And the code for adding the notification looks like this:
Office.context.mailbox.item.notificationMessages.replaceAsync("action", message);
When I hover on the notification in outlook it has a tool-tip. Is there a way to customize the tool-tip text? As the Notification message has a restriction of 150 characters, it would be nice to add further details in the tool-tip. If possible.
Thanks.
Upvotes: 0
Views: 471
Reputation:
It's not currently possible to customize the notification's tooltip. I believe the tooltip is there on Windows in case the notification is wider than the message form, since its text doesn't wrap to the next line.
If you would like, you add a request for this customization to the Outlook add-in UserVoice page.
Upvotes: 1