About Outlook commandbar
- Hi sir,In Outlook 2003 plug-ins. Which kind of button contol is used in "New" button... pls send the Answer to me asap....Thanks & RegardsArun....
Answers
Hi Arun,
Unfortunately, this kind of button control cannot be created by using Outlook Object Model.
As Tim said in this thread, the first parameter of CommandBar.Controls.Add is defined to specific the type of button. We use MsoControlType Enumeration with the first parameter. However in this MSDN article, some values of MsoControlType Enumeration are defined not to be created through the object model [see: MsoControlType Enumeration]. msoControlSplitButtonPopup value you are looking for is also listed.
Useful links:
Is it possible to implement this button?
Outlook 2003, creating a drop down button on a toolbar with C#
Best regards,
Bessie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byBessie ZhaoMSFT, ModeratorWednesday, October 14, 2009 2:07 AM
- Edited byBessie ZhaoMSFT, ModeratorThursday, November 05, 2009 5:28 AM
All Replies
Hi Arun,
Unfortunately, this kind of button control cannot be created by using Outlook Object Model.
As Tim said in this thread, the first parameter of CommandBar.Controls.Add is defined to specific the type of button. We use MsoControlType Enumeration with the first parameter. However in this MSDN article, some values of MsoControlType Enumeration are defined not to be created through the object model [see: MsoControlType Enumeration]. msoControlSplitButtonPopup value you are looking for is also listed.
Useful links:
Is it possible to implement this button?
Outlook 2003, creating a drop down button on a toolbar with C#
Best regards,
Bessie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byBessie ZhaoMSFT, ModeratorWednesday, October 14, 2009 2:07 AM
- Edited byBessie ZhaoMSFT, ModeratorThursday, November 05, 2009 5:28 AM
- Thanks Bessie......
I have updated the link above. Thanks for coming back.
Best regards,
Bessie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.


