Office.js dialog makes Outlook hang after 5 minutes
问题 I'm running a sample Outlook add-in dialog application. It just displays a dialog with 2 buttons, does not have any logic nor it makes any calls to REST service. If more than 5 minutes elapse before closing the dialog, Outlook's compose frame becomes unresponsive and the user is forced to refresh the entire page Is this behavior expected? Is the timeout configurable? Any recommendations how to handle such situation and provide the best user experience? 回答1: From your screenshot and the code