events won't fire when using office application

  • Thread starter Thread starter Pascal Haddad
  • Start date Start date
P

Pascal Haddad

Dear all
I'm using the Application_ItemSend to check the message in order to send or
cancel sending. I don't know why the event is not firing when using for
example word and the send to mail recipient command
any ideas
thx
Pascal
 
Break it using down the scientific method. Put a message
box in right after the Application_ItemSend event gets
advised. My guess is you will see that message box when
send from outlook but not from word.

If you are trying to advise any explorer events they will
fail because there is no explorer. So if you have a
try/catch block it may error before it gets to the
Application_ItemSend event advising.
 
Back
Top