G
Guest
Can someone please help me get this code working? I would like a warning to come up when I send an e-mail without a subject. I am new at this, so please forgive my ignorance
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean
If Item.Subject = "" The
MsgBox "You forgot the subject.
Cancel = Tru
End I
End Su
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean
If Item.Subject = "" The
MsgBox "You forgot the subject.
Cancel = Tru
End I
End Su