J
Jim
I am trying to replace the double quotes in an email message.
So if the message is.
I "love" my dog. I want to replace the double quotes. Problem is when I
do mailItem.MessageText.Replace("\"", "##"); for example it does nothing
b/c the double quotes in the message are represented with something like
inverted commas.
Does anyone have any experience with this?
Thanks
So if the message is.
I "love" my dog. I want to replace the double quotes. Problem is when I
do mailItem.MessageText.Replace("\"", "##"); for example it does nothing
b/c the double quotes in the message are represented with something like
inverted commas.
Does anyone have any experience with this?
Thanks