Outlook (classic) stops responding when ItemSend event is executed #5490
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Possible-Solution
Similar-Issue
Provide required information needed to triage your issue
We have received a number of reports from customers who have applied the latest Current Channel Version 2502, stating that Outlook (classic) stops responding at the end of running our add-in.
Our add-in performs the following operations:
Office.context.ui.displayDialogAsync
method.event.completed({ allowEvent: true });
with the dialog still displayed.The following is a summary of the information that we have gathered from our customers:
Your Environment
Expected behavior
Outlook should work without problems.
Current behavior
The cursor becomes an hourglass and Outlook stops responding.
Steps to reproduce
It is unclear whether the issue occurs after calling
event.completed({ allowEvent: true });
or before. My guess is that it is probably after the call.Context
We have not been able to reproduce the issue in our testing environment, and we are currently relying solely on customer reports to identify the issue.
We are struggling to respond to this issue as it is not clear whether the issue is caused by a specific process in the add-in or whether other factors are affecting the issue.
For example, have you received any of the following reports?
If you have any related information or insights, we would greatly appreciate it if you could share them with us.
Thank you.
The text was updated successfully, but these errors were encountered: