N
Nagaraj
Hi All,
I have some text (original message) as follows
<i>please see below. i will send another one where its coming on top of the
email</i>
I am capturing this text in the mail_forward event in a string
I added some more text (<b>current text</b> 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></o></p>
</div>
from where these extra lines and <p> tags <o> 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
I have some text (original message) as follows
<i>please see below. i will send another one where its coming on top of the
email</i>
I am capturing this text in the mail_forward event in a string
I added some more text (<b>current text</b> 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></o></p>
</div>
from where these extra lines and <p> tags <o> 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