Creating a New email message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an addin that adds a menu item to the main outlook menubar.
The menu item has to generate a new mail message. I would like to change the
title of the new mail message window and a few other items before the new
message window is displayed. What is the correct way to cause the new mesage
window to appear without using the new message button, and is it possible to
change the properties of the new message window before it is displayed?

Thanks!
 
Thank you for the reply. Yes I discovered this yesterday. The real trick to
this is calling the "Display" method, which in my case caused the new
inspector event to be fired.
 
Back
Top