outlook add-in: How to access the toolbars of the "COMPOSE MESSAGE" window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dieudonn
    New Member
    • Jan 2010
    • 1

    outlook add-in: How to access the toolbars of the "COMPOSE MESSAGE" window

    Hi everyone!
    I want to add a toolbar (or a button ) to toolbars of the compose message window.
    I added a functional toolbar to the outlook main window.
    When i am supposed to add another toolbar to the compose message, it appears on the main window!
    To create the toolbar on compose message window i do:
    Outlook.MailIte m newEmail;
    // then i create the newEmail
    //and i try to get the command bars
    Office.CommandB ars Bars = newEmail.Applic ation.ActiveExp lorer().Command Bars;
    //then i add the toolbar to bars.
    The toolbar will appear on the openner window, when i need it to appear on the compose message window.
    Another question: is it possible to know when the "To" button is pressed in order to show customized suggestions of emails whom the message will be sent to? if so, how to do?
    Thank you
Working...