Message without Subject

  • Thread starter Thread starter Ross Payne
  • Start date Start date
R

Ross Payne

In Outlook 2003, is there a way to have the program warn you when you are
about to send a message with a blank subject line? Thanks,

Ross Payne
 
Hi Ross,

The only way I can see doing that is via code.

HTH

Harvey Yancey [MSFT]
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I do know VBA. But how would I do this? Can I define a send e-mail macro which executes the appropriate VBA code?
 
If this is what I think it's about (your latest message omits any reference
to the earlier posts in the thread, which makes it impossible to do anything
but guess), yes, you would use VBA to create an Application_ItemSend event
handler.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



David Laub said:
I do know VBA. But how would I do this? Can I define a send e-mail macro
which executes the appropriate VBA code?
 
Back
Top