(blank) darn it!

  • Thread starter Thread starter George Hester
  • Start date Start date
G

George Hester

In previous versions of Outlook if I make a new mail message and attermpt to send the message without filling in the Subject field, I will get a nag "Do you really want to send the message with a blank Subject field?" I actually like that.

But in Outlook 2003 I am not getting this nag and I'd like the nag back. How do I get this nag back? Thanks.
 
Outlook has never had a feature like that, but you can add it with VBA code.
See http://www.outlookcode.com/codedetail.aspx?id=553 for the latest
incarnation of such a checker for outgoing mail.

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



In previous versions of Outlook if I make a new mail message and attermpt to
send the message without filling in the Subject field, I will get a nag "Do
you really want to send the message with a blank Subject field?" I actually
like that.

But in Outlook 2003 I am not getting this nag and I'd like the nag back.
How do I get this nag back? Thanks.
 
Oh cool I must have confused Outlook and Outlook Express. Silly me. Thanks Sue we'll just have to see if the "new" Outlook security model doesn't put the brakes on that.
 
Outlook 2003 "trusts" the intrinsic Application object in VBA code and all
objects derived from it, so the "object model guard" generally is not an
issue for personal code routines.

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



Oh cool I must have confused Outlook and Outlook Express. Silly me. Thanks
Sue we'll just have to see if the "new" Outlook security model doesn't put
the brakes on that.
 
Back
Top