Currently, the AddIn will process the last email that has been open in a separate Outlook Email Composition Dialogue, instead of the email that is selected in the Outlook Preview Pane. For example, one can open up an email as a POP-OUT. This will open the email in a separate Outlook Email Composition dialogue window. Now, if you go back to Outlook client home, and select another email in the Preview Pane, and then click the Phishing Outlook AddIn button, the open email dialogue will get processed, instead of the selected email in the preview pane.
Currently, in the PhishingOutlookAddInRibbon class, the code is using currInspector instead of currExplorer. Based on some light research, we may need to change the code to do the following:
Currently, the AddIn will process the last email that has been open in a separate Outlook Email Composition Dialogue, instead of the email that is selected in the Outlook Preview Pane. For example, one can open up an email as a POP-OUT. This will open the email in a separate Outlook Email Composition dialogue window. Now, if you go back to Outlook client home, and select another email in the Preview Pane, and then click the Phishing Outlook AddIn button, the open email dialogue will get processed, instead of the selected email in the preview pane.