Open mailchecktool-admin opened 6 days ago
@exextoc Any progress on this matter?
Could you share a video of the issue, meanwhile trying out the scenario with addin shared above. The scenario seems to work fine with some other addin. just to be clear, here we need ot send two emails and for second one dialog closes immediately without any user interaction?
@mmanjaree-msft I created the video in question using the sample provided.Please check it out. here we need ot send two emails and for second one dialog closes immediately without any user interaction? ▷Yes, two emails need to be sent and the dialog opened when the second email is sent is immediately closed. レコーディング-20241106_113257.zip
Your Environment
Summary
We are reporting an issue with an Office add-in that uses ItemSend events. This add-in executes the ItemSend event and displays a dialog each time an email is sent. After the first email is sent in Outlook, if a second email is sent quickly, the dialog that was opened when the second email was sent is forced to close. Is it due to the add-in's specification that the dialog opened by displayDialogAsync() is closed when the email is sent repeatedly?
Steps to reproduce
Sample add-ins are saved. Sample add-in program https://github.com/mailchecktool-admin/Office-addin-sample/tree/main