I am attempting to single out Outlook messages with a particular word in the subject, using an If / Then statement. I am struggling with the syntax, but you ought to be able to work out what I am after from this:
If mItem.Subject INCLUDES “xxx” Then
Blah Blah Blah
End If
Obviously, it is the INCLUDES bit that I do not understand how to accomplish, or even if it is possible. Any assistance would be gratefully received.
If mItem.Subject INCLUDES “xxx” Then
Blah Blah Blah
End If
Obviously, it is the INCLUDES bit that I do not understand how to accomplish, or even if it is possible. Any assistance would be gratefully received.