Solved: Managing MsgBox Windows in Outlook
I am running ol2003. To the best of my knowledge, the display from the MsgBox function is always on top of other windows of the calling application. However, in Outlook, that does not appear to be true.
I have a MailItem Scan routine that is called by the Application_ItemSend procedure. The routine examines the MaiItem for mistakes I might have made (like not including an attachment referenced in the body, forgetting that it is now 2010 and not 2009, including recipients twice, etc). The routine checks for those things and then puts out a Msgbox display to which the user can indicate that things are OK or to not Send the Item. The Msgbox display is always behind the window displaying the current maiitem, so I have to minimize current MailItem window to see the Msgbox window. How can I force the Msgbox display to be on top of the current window?
Thanks