Outlook addin - toolbar in "New Message" Window

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

Guest

Hi all,

I want to add toolbar or menu on "new message" window only in outlook 2000
and geater. I can't find any clue on how to add addins only in new message
window. The purpose of this plugin is to let user record their voice message
and attach it to the mail.

So i have two questions.

1) how can i add toolbar or menu COM addin in "new message" window.
2) how can i attach a file to this currenly open "new message" window.

plz help me in this regard, thanks in advance :)

Regards,
Naveed.
 
1) Track the NewInspector event, if the Inspector's CurrentItem.EntryID
isn't set then it's a new item.

2) Each Outlook item has an Attachment collection, which in turn offers an
Add function.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Sat, 9 Dec 2006 11:20:00 -0800 schrieb Naveed Mughal:
 
Back
Top