New and SendReceive button types

K

kir

Hi,
How can I add New and SendReceive like buttons (dropdown buttons) in Outlook
(not CommandBarPopup type - no image can be added and there is no difference
between the button and the down arrow)?

Thanks,
Ioan.
 
K

Ken Slovak - [MVP - Outlook]

You can't add those unfortunatgely. They exist in the type enum for control
types but don't work for our code. They're only available to internal code.
 
Top