Forum Moderators: open

Message Too Old, No Replies

Add control in compose form of outlook

Add control in compose form of outlook

         

anibis

12:35 pm on Sep 11, 2003 (gmt 0)

10+ Year Member




Hello there,

I am writing a Add-in in VB not in VBA.

I have added a Combo box with several options in the Main Menu and Tool Bar of outlook main window.

But I want to add the same in the email compose form of Outlook.

Could you please tell me, in which event should I write my codes.

Previously I wrote in On connection of IDTExtencibility2 which didn't work.

Can any one help me how to add this.

Please help

aspdaddy

8:45 am on Sep 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>I want to add the same in the email compose form of Outlook.

The way I would do this is to modify IPM.Note in design mode and re-publish it under a different name (IPM.Note.V2).

You might be able to do this in code, I dont know.