I
Inbar
I'm writing a C# add-in for Outlook.
The add-in supposed to show a dialog box to the user before the user sends
an email.
My problem is that this dialog box is actually showing on top of the main
Oulook Application window and therefore it's not visible unless you change
focus to show it (although it's modal and blocks all other UI).
The question is how to find the href for the window of the email that is
being sent.
I can get the Inspector object for this dialog but there isn't seem to be
anyway to find the window handle.
Any ideas?
The add-in supposed to show a dialog box to the user before the user sends
an email.
My problem is that this dialog box is actually showing on top of the main
Oulook Application window and therefore it's not visible unless you change
focus to show it (although it's modal and blocks all other UI).
The question is how to find the href for the window of the email that is
being sent.
I can get the Inspector object for this dialog but there isn't seem to be
anyway to find the window handle.
Any ideas?