New message window

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi,

For Outlook 2007 is it possible to insert another button adjacent to the
"Send" button in the new message window? We have another Send routine
(button) and we really do nto want the button in the add-ins tab.

Thanks,
Tom -
 
No, you cannot modify that area.
However, why ot reuse the Send button? Trap the MailITem.Send event, cancel
the mesage submission by setting the Cancel parameter to TRUE, do your own
processing, close the inspector.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
That is what I thought.

I kind of miss inserting buttons into a toolbar (command bar). I think is
makes the users less confused on where to look.

Thanks!
 
Back
Top