How to get value from ribbon menu in MS Outlook 2010 ?

Unanswered How to get value from ribbon menu in MS Outlook 2010 ?

  • Monday, February 27, 2012 5:47 AM
     
     

      Ribbon Menu like Reply, Reply All , Forward...

     I Want to get the value of ribbon menu such as reply , reply all , forward and etc.,.

     Please help me....

    Thanks For every one..

All Replies

  • Monday, February 27, 2012 6:30 AM
     
     

    What value?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Monday, February 27, 2012 6:40 AM
     
     

      Example:

         HOME is ribbon menu in Microsoft Outlook 2010.. It contains Respond button such as Reply Reply all, Forward and etc,.

        I want the Button Caption,Tag and etc.. and also Ribbon menu Caption, Tag and etc..

        This is my Requirement Sir,

        Thanks For Your Reply Sir,

  • Monday, February 27, 2012 7:01 AM
     
     

    Why do you need the button captions?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Monday, February 27, 2012 7:09 AM
     
     

          Because My Outlook Add-in requires reply button caption sir,

         please sir i want answer

          thanks for reply sir,

  • Monday, February 27, 2012 7:22 AM
     
     

    Why? Because of localization?

    What are you going to do with the retrieved caption?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Monday, February 27, 2012 7:27 AM
     
     

       My Project is iCalendar....

       In Metting menubar contains Accept, Reject and decline command bar button..

       so i want to send response of the meeting request,

                 thats why i need command bar button caption  sir,

      please i want answer

      thanks for your reply sir,

  • Monday, February 27, 2012 7:39 AM
     
     

    So you want to simulate a click on the button?

    How can having a button caption help you with "so i want to send response of the meeting request"?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Monday, February 27, 2012 7:56 AM
     
     

          Metting Request Has 3 type of response like

              1.  Accept

              2.  Reject

              3.   Decline

          Command Bar button caption is accept,reject and decline... so i will give response of the metting request

  • Monday, February 27, 2012 3:10 PM
     
     

    Again, if you find that the caption of the "Accept" button is "Akzeptieren", would would you do with that infomation?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Tuesday, February 28, 2012 5:31 AM
     
     

       That's not possible... Because caption of the button is displayed that means Accept command bar button must has Accept as a caption.

      If Accept command bar button caption is Akzeptieren , i may use akzeptieren as Accept.

      Because command button caption is static one.. not dynamic..

      You may please help for HOW TO FIND CAPTION OF THE BUTTON

      thank you sir..

  • Tuesday, February 28, 2012 5:49 AM
     
     

    "i may use akzeptieren as Accept" - use *how* exactly? What are you trying to do? I am probably now as quick as I used to be, but I cannot read your mind. Could you please be just a bit more specific?


    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.2 is now available!

  • Tuesday, February 28, 2012 10:09 AM
     
     
    Didn't i answer your exactly the same question in another thread? GetLabelMso function will get you label of your control.
  • Tuesday, February 28, 2012 10:11 AM
     
     

    that's correct sir..

    But i want sample code

  • Tuesday, February 28, 2012 10:34 AM
     
     
    Just to be sure before giving you example: show us screenshot of buttons that you want to get labels of.
  • Wednesday, February 29, 2012 7:45 AM
     
     

    meeting request invitation

    Above link shows meeting invitation with accept, Reject and decline button.. If I click any one button, i need to do custom action

    so I need the event handler of above mentioned buttons If not How can i add custom action in it.

    reply as soon as possible

  • Wednesday, February 29, 2012 8:14 AM
     
     
    i see that this thread is doubled. Choose one to follow and close the other.