Open
Description
In Outlook add-ins, the event handler for DialogEventReceived
is not triggered when the displayDialogAsync
times out.
Since DialogEventReceived
is triggered when displayDialogAsync
is closed, it is expected that it should also trigger when it times out.
My Add-in have some clean up login inside handleDialogClose
which should be executed whenever the dialog is closed for any reason.
Please provide the timeline for fixing this issue, or let me know if there is any other event that handles timeouts for displayDialogAsync
.