You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @Discolai for reporting & sharing the details. We are unable to reproduce the issue reported here. Could you please provide the following details to help us investigate further:
The code snippet of the complete API call you are making.
Recording or screenshot of the output, indicating whether it shows no message or an error.
Sample working add-in if possible and share it with exextoc
The
InformationalMessage
type does not show anything when used in outlook (OfficeOnline) inside a compose event.Your Environment
Expected behavior
I expected to see an informational message displayed.
Current behavior
No message is displayed.
Steps to reproduce
OnNewMessageCompose
LaunchEventOffice.context.mailbox.item.notificationMessages.addAsync
withOffice.MailboxEnums.ItemNotificationMessageType.InformationalMessage
Provide additional details
I tried with different message types and managed to display an info message using
Office.MailboxEnums.ItemNotificationMessageType.ProgressIndicator
Context
With the current workaround. Messages are displayed as info in OfficeOnline, but as a progress indicator in outlook classic.
The text was updated successfully, but these errors were encountered: