Hi All,
I have some text (original message) as follows
please see below. i will send another one where its coming on top of the email
I am capturing this text in the mail_forward event in a string
I added some more text (current text which is combination of original message and some more new text)
In the Item_Send event I want to know the index of original message in the current text.
The problem is when I print current text it is as follows
<div>
<p class=MsoNormal>please see below. i will send another one where its coming on top of the email<o:p></o:p></p>
</div>
from where these extra lines and <p>tags <o:p> tags are coming? for this reason
I am unable to find original message in the current text. i.e. I want to find the index of original message in the new text. Can anyone tell me how to do this in c#
Thanks