Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Turn Off the Message Send Message Without a Subject in Outlook 2010

In the tutorial below, we will show you how to turn off the 'Do you want to send message message without a subject' message box of Microsoft Outlook 2010.

Table of Contents

Turn Off the Message Send Message Without a Subject in Outlook 2010 covers the essential facts behind the topic, including what changed, why it mattered, and how it affected users.

Instructions Overview

Turn Off the Message Send Message Without a Subject in Outlook 2010 – Instructions

Then, double-click on ThisOutlookSession as shown below:

Turn Off the Message Send Message Without a Subject in Outlook 2010 – Instructions (2)

And enter the following code:

Option Explicit '================================================= ======================== 'Outlook Outlook 2010 2010 to display a no-subject warning message '(c) Peter Marchert - http://www. Outlook-stuff. Com '2010-07-15 Version 1.0.0 '2010-07-19 Version 1.0.1 '================================================= ======================== Private WithEvents colInspectors As Outlook. Inspectors Private Sub Application_Startup ()

'------------------------------------------------- -------------------- 'Set a reference to all forms '------------------------------------------------- -------------------- Set colInspectors = Outlook. Inspectors

End Sub Private Sub colInspectors_NewInspector (ByVal Inspector As Inspector)

End If

ExitProc:

End Sub Private Sub Application_ItemSend (ByVal Item As Object, Cancel As Boolean)

End Sub Private Sub Application_Quit ()

'------------------------------------------------- -------------------- 'Delete the reference to forms '------------------------------------------------- -------------------- Set colInspectors = Nothing

End Sub

Save the Session, restart Outlook and from the next time, if you send an email without a Subject - the program will not display the message as before. Note that we have to enable Macro mode in the Trust Center section of Outlook. Good luck!

FAQ

What happened in Turn Off the Message Send Message Without a Subject in Outlook 2010?

Turn Off the Message Send Message Without a Subject in Outlook 2010 covers the essential facts behind the topic, including what changed, why it mattered, and how it affected users.

What factors influenced Instructions?

Instructions Overview Then, double-click on ThisOutlookSession as shown below: And enter the following code: Option Explicit '================================================= ======================== 'Outlook Outlook 2010 2010 to display a no-subject warning.

What was the practical impact on users?

Com '2010-07-15 Version 1.0.0 '2010-07-19 Version 1.0.1 '================================================= ======================== Private WithEvents colInspectors As Outlook.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.