T
TmFnYXJhag
Hello Ken,
I have the following text in the original text within the body
<div>please see below. i will send another one where its coming on top of
the email.</div><div><br></div><div>raghu</div><div style="font-family:times
new roman, new york, times, serif;font-size:12pt"><br><div
style="font-family:times new roman, new york, times,
serif;font-size:12pt"><font size="2" face="Tahoma">----- Forwarded Message
----<br><b><span style="font-weight: bold;">From:</span></b> Steve Waterhouse
<steve@predictiveresults.com><br><b><span style="font-weight:
bold;">To:</span></b> raghu@aatmani.com<br><b><span style="font-weight:
bold;">Sent:</span></b> Thursday, March 5, 2009 3:22:01 PM<br><b><span
style="font-weight: bold;">Subject:</span></b> FW: test<br></font><br
new text message contains
<div class=Section1
<p class=MsoNormal><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>fwd<o></o></span></p
<p class=MsoNormal><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o> </o></span></p
<div
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in
0in'
<p class=MsoNormal><b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> sridhar
[mailto:info@ramana.com] <br
<b>Sent:</b> Friday, March 06, 2009 2:36 AM<br
<b>To:</b> Nagaraj<br
<b>Cc:</b> Vikram Rayabhari<br
<b>Subject:</b> Fw: test<o></o></span></p
</div
</div
<p class=MsoNormal><o> </o></p
<div
<div
<p class=MsoNormal>please see below. i will send another one where its coming
on top of the email.<o></o></p
</div
<div
<p class=MsoNormal><o> </o></p
</div
My problem is I am unable to search the text in the original text
<div>please see below. i will send another one where
in the new message text because in the new text <p class=MsoNormal> tag is
attached to the modified text as follows
<div
<p class=MsoNormal>please see below. i will send another one where its coming
Can you suggest me how to get the index of 'please see below' in the new
message text
Thanks
Nagaraj Tadipatri
wrote:
> You will have to do what I said, any code I have for something like that is
> so customized for specific clients it wouldn't do you much good. Find the
> original text within the <body> </body> tags and the new text in the reply
> message and find where the new text was added to the old text. You might
> also have to parse the text to remove any existing signatures if they are
> present in the text.
> >
>
> "Nagaraj" <nagaraj.tadipatri@gmail.com> wrote in message
> news:F300332A-DD25-42AB-AFD4-59CC56B872D3@microsoft.com...
> > Thank you Ken for your reply.
> > My actual requirement is I already have some message replied to me.
> > Whenever
> > I reply back to him I want to display (company signature) immediately
> > after
> > new text which i reply to him.
> > But what is happening is the signature is displayed after entire text
> > (current text and previous message).
> > My current code
> > mailItem.HTMLBody = mailItem.HTMLBody + adContent.text;
> > where adContent.text is the company signature.
> > My requirement is i want to display company signature immediately after my
> > reply text but not at end of entire message( current + previous messages).
> > Do
> > you have any C# code to do this?
> > Thanks
> > is
> > > > Nagaraj Tadipatri
>
I have the following text in the original text within the body
<div>please see below. i will send another one where its coming on top of
the email.</div><div><br></div><div>raghu</div><div style="font-family:times
new roman, new york, times, serif;font-size:12pt"><br><div
style="font-family:times new roman, new york, times,
serif;font-size:12pt"><font size="2" face="Tahoma">----- Forwarded Message
----<br><b><span style="font-weight: bold;">From:</span></b> Steve Waterhouse
<steve@predictiveresults.com><br><b><span style="font-weight:
bold;">To:</span></b> raghu@aatmani.com<br><b><span style="font-weight:
bold;">Sent:</span></b> Thursday, March 5, 2009 3:22:01 PM<br><b><span
style="font-weight: bold;">Subject:</span></b> FW: test<br></font><br
new text message contains
<div class=Section1
<p class=MsoNormal><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>fwd<o></o></span></p
<p class=MsoNormal><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o> </o></span></p
<div
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in
0in'
<p class=MsoNormal><b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> sridhar
[mailto:info@ramana.com] <br
<b>Sent:</b> Friday, March 06, 2009 2:36 AM<br
<b>To:</b> Nagaraj<br
<b>Cc:</b> Vikram Rayabhari<br
<b>Subject:</b> Fw: test<o></o></span></p
</div
</div
<p class=MsoNormal><o> </o></p
<div
<div
<p class=MsoNormal>please see below. i will send another one where its coming
on top of the email.<o></o></p
</div
<div
<p class=MsoNormal><o> </o></p
</div
My problem is I am unable to search the text in the original text
<div>please see below. i will send another one where
in the new message text because in the new text <p class=MsoNormal> tag is
attached to the modified text as follows
<div
<p class=MsoNormal>please see below. i will send another one where its coming
Can you suggest me how to get the index of 'please see below' in the new
message text
Thanks
Nagaraj Tadipatri
wrote:
> You will have to do what I said, any code I have for something like that is
> so customized for specific clients it wouldn't do you much good. Find the
> original text within the <body> </body> tags and the new text in the reply
> message and find where the new text was added to the old text. You might
> also have to parse the text to remove any existing signatures if they are
> present in the text.
> >
>
> "Nagaraj" <nagaraj.tadipatri@gmail.com> wrote in message
> news:F300332A-DD25-42AB-AFD4-59CC56B872D3@microsoft.com...
> > Thank you Ken for your reply.
> > My actual requirement is I already have some message replied to me.
> > Whenever
> > I reply back to him I want to display (company signature) immediately
> > after
> > new text which i reply to him.
> > But what is happening is the signature is displayed after entire text
> > (current text and previous message).
> > My current code
> > mailItem.HTMLBody = mailItem.HTMLBody + adContent.text;
> > where adContent.text is the company signature.
> > My requirement is i want to display company signature immediately after my
> > reply text but not at end of entire message( current + previous messages).
> > Do
> > you have any C# code to do this?
> > Thanks
> > is
> > > > Nagaraj Tadipatri
>