How to set up reminder for Subject line in Microsoft Outlook
Forgot to mention subject in mail??? You always keep the subject line of email to the last, and sent a very important detailed mail without the subject line. A mail without a subject line brings a bad impression on us. There is some precaution you can take against this if you are using “Microsoft Outlook”. The following vbscript will add a simple reminder that checks whether subject blank and prompts reminder text.
Follow the simple steps mentioned below.
- Open your Outlook,
- Opens the Visual Basic Editor (Alt+F11) and open Project-Project 1 (left side). If this doesn’t open Project-Project 1, then Press Ctrl+R.
- On the Left Pane, you can see “Microsoft Outlook Objects” or “Project1”, expand this. Now one can see the ThisOutLookSession
- Double click on ThisOutLookSession. It will open up a Code Pane on the right hand side.
- Copy and Paste the following code in the right pane (Code Pane) and save it
|
|
Now whenever you try to send a mail without subject, a pop-up is raised to remind you of the blank subject.
Please suggest better methods if you know. Please notify if it is not working for you.