How can I know which botton of outlookbar clicked ?(VC)

  • Thread starter Thread starter hostran
  • Start date Start date
H

hostran

Hi

I add some bars onto the outlook2003,in the invoke() function I got the
button-down section (dispIdMember == 0x1),but how can I get the message
which button is clicked ?

Thanks in advance.
 
The button is passed as a parameter to your event handler (or
IDispatch::Invoke() for that matter).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top