quote:
Originally posted by CarlosHero
Thanks for the replyg guys.
@matty when I tested the code when I read the txt file it shown up as a blank message in both conversations.
Would something like this work instead of having to use the email.
code:
if(Origin!=Messenger.MyName){ // If the receive message isn't send by you
That would work only if your names are different. But then this isn't exactly the answer to your question. You asked how to make a script work only for a specific email which is what I provided. Not how to reply to a message only if you aren't the original sender.