R
ryotyankou via OfficeKB.com
It about sign and encrypt button of outlook2007 on mail composer window. I
repurpose the two button, but i found if the button is in pushed state.
(initialize state). It will enter the repurpose function. And i found the
sign and encrypt button via CommandBar. I only want to set its state. But
CommandBarButton:utState always return E_FAIL. I have to use
CommandBarButton::Execute. But there is a problem, when do Execute, it also
will enter repurpse function. So i don't know how to process them together.
Can i make it sepearate? I need a function or property only set the button
state, not enter repurpose function. How could i do it?
repurpose the two button, but i found if the button is in pushed state.
(initialize state). It will enter the repurpose function. And i found the
sign and encrypt button via CommandBar. I only want to set its state. But
CommandBarButton:utState always return E_FAIL. I have to use
CommandBarButton::Execute. But there is a problem, when do Execute, it also
will enter repurpse function. So i don't know how to process them together.
Can i make it sepearate? I need a function or property only set the button
state, not enter repurpose function. How could i do it?