HOW TO: Not forget attachment or subject line using Outlook macro

by Mandar Vaze on September 5, 2006
in Tutorials

Following VBA code will remind you if you are sending an email with empty subject line, or when you forget the attachment. It checks mail body for word “attach” and then confirms if something is really attached. If you attachment is missing, it will pop-up a dialog box.

Read more..