[Outlook 2000] Application_ItemSend NEVER triggered

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to check if my subject is empty or not before sending a mail.
I put the code in "ThisOutlookSession", but it never gets triggered!
If I put a MsgBox in it, that says "hi"..., it never appears...

Is there a special feature that should be enable to let Outlook check his Application_ItemSend?
It is not the code itself, because it doesn't matter what I write inside the SUB,
it will never be executed by Outlook...
 
Try quitting Outlook, then using the Task Manager (Ctrl+Alt+Del) to make
sure Outlook.exe has really and truly shut down. Only then should you
restart Outlook.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top