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...
Sue Mosher [MVP-Outlook] - 01 Jul 2004 14:36 GMT
Check your macro security level -- Tools | Macro | Security

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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!
[quoted text clipped - 3 lines]
> It is not the code itself, because it doesn't matter what I write inside the SUB,
> it will never be executed by Outlook...