LikeThisName
Vendor
reason for questioning. i live in DC and our Pro Sports teams stink so my place of work is giving away tickets all the time to the first that respond to their email.
Two questions:
1)how do i in VBA use like instead of equal
for instance i have this:
that only plays the siren if the subject is exactly "Ticket"
2) What is the best approach for this kind of autoreply.
my father pointed out to me instead of JUST alerting myself tickets are available I should auto reply to the sender an email body that reads "Me."
LikeThisName <- ? Sorry It's Taken =)
Two questions:
1)how do i in VBA use like instead of equal
for instance i have this:
Code:
If objItem.Subject = "Ticket" Then
For x = 0 To 9
PlayWavFile "c:\WINDOWS\Media\siren.wav", True
Next
Exit Sub
End If
that only plays the siren if the subject is exactly "Ticket"
2) What is the best approach for this kind of autoreply.
my father pointed out to me instead of JUST alerting myself tickets are available I should auto reply to the sender an email body that reads "Me."
LikeThisName <- ? Sorry It's Taken =)