PC Review


Reply
Thread Tools Rate Thread

automatic reminder to insert an email subject?

 
 
=?Utf-8?B?U0MgRnJhbms=?=
Guest
Posts: n/a
 
      17th Oct 2004
How do I set an automatic reminder to insert an email subject? I have 3
computers. On my laptop I set Outlook to remind me to insert an email
subject before the email sends. I need to set my desktops (all have Office
XP) but can't recall how I did it nor can I find any info in Help.

Any ideas?
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      18th Oct 2004
There is no such feature, but you can build it in with a little VBA code:

Private Sub Application_ItemSend _
(ByVal Item As Object, Cancel As Boolean)
If Item.Subject = "" Then
Cancel = True
MsgBox "Please fill in the subject before sending.", _
vbExclamation, "Missing Subject"
End If
End Sub

For a more elaborate version that also checks for expected attachments, see
http://www.outlookcode.com/codedetail.aspx?id=553


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"SC Frank" <SC (E-Mail Removed)> wrote in message
news:71D3DD21-D4CB-44EE-A85D-(E-Mail Removed)...
> How do I set an automatic reminder to insert an email subject? I have 3
> computers. On my laptop I set Outlook to remind me to insert an email
> subject before the email sends. I need to set my desktops (all have
> Office
> XP) but can't recall how I did it nor can I find any info in Help.
>
> Any ideas?



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I send an automatic reminder email for recurring tasks? jrspsitz1 Microsoft Outlook Calendar 2 25th Jul 2008 10:49 PM
Automatic email when a reminder fires =?Utf-8?B?TWFyZWtNRw==?= Microsoft Outlook VBA Programming 1 23rd May 2007 11:13 PM
Automatic Subject of Email =?Utf-8?B?RHJpZXMgR29vc3NlbnM=?= Microsoft Outlook Discussion 1 7th Oct 2006 09:11 PM
How do I set up a reminder email for someone that goes automatic =?Utf-8?B?bWFyc2htYW4=?= Microsoft Outlook Discussion 1 30th Nov 2005 12:51 AM
How do I set up a reminder to insert a Subject line =?Utf-8?B?Ym1fd2FsbGFjZQ==?= Microsoft Outlook Discussion 1 10th May 2005 06:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 PM.