How to show non-intrusive message to user.

  • Thread starter Thread starter Vinayakc
  • Start date Start date
V

Vinayakc

Hi ,

I wrote one add-in. I want to show one message to the user when he
clicks the add-in button.
But the message should be non-intrusive ( like popup on new mail in
Outlook 2003 )
So I can not use simple messagebox for this. How can I show this
message then. because as per my knowledge access to popup and status
bar is not exposed in Outlook object model.
Any ideas.

Thanks and Regards
Vinayakc
 
That would need to be your own window, which really has nothing to do with
Outlook, but rather with Windows API and the programming language that you
use to write your add-in.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top