checking the "subject" field

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

Guest

Can Outlook be set up to autocheck the "subject" lin in a newly created email when you clikc the "send/receive" button? That way, a warning would be displayed in case you accidently tried to send an email without typing in a subject.

Oulook Exress does this but I just cut over to Oulook and can 't find a way to make this happen.

Thanks in advance for the advice,

arawak
 
Outlook has no such built-in feature, but it's relatively trivial to do with
VBA code. See http://www.outlookcode.com/codedetail.aspx?id=126 for sample
code. If you're new to Outlook VBA macros, these web pages should help you
get started:

http://www.winnetmag.com/Articles/Index.cfm?ArticleID=21522&pg=1
http://www.slipstick.com/dev/vb.htm

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



arawak said:
Can Outlook be set up to autocheck the "subject" lin in a newly created
email when you clikc the "send/receive" button? That way, a warning would
be displayed in case you accidently tried to send an email without typing in
a subject.
 
Thanks Sue - I appreciate the help; I check out VBA macros....

----- Sue Mosher [MVP] wrote: ----

Outlook has no such built-in feature, but it's relatively trivial to do wit
VBA code. See http://www.outlookcode.com/codedetail.aspx?id=126 for sampl
code. If you're new to Outlook VBA macros, these web pages should help yo
get started

http://www.winnetmag.com/Articles/Index.cfm?ArticleID=21522&pg=
http://www.slipstick.com/dev/vb.ht

--
Sue Mosher, Outlook MV
Author o
Microsoft Outlook Programming - Jumpstart fo
Administrators, Power Users, and Developer
http://www.outlookcode.com/jumpstart.asp


arawak said:
Can Outlook be set up to autocheck the "subject" lin in a newly create
email when you clikc the "send/receive" button? That way, a warning woul
be displayed in case you accidently tried to send an email without typing i
a subject
 
Back
Top