Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: A different problem with Outlook Addin

Geek News

A different problem with Outlook Addin
"Ram" <koti[ at ]nannacomputers.com> 4/19/2006 6:54:03 AM
This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C663AC.255FFC10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Hi ,

I have implemented addin for MSOutLook using VC++ 6.0. Here i =
have displayed a image and on that i have display some images,when i =
click that image that image should be aded to mail(which is in html mail =
format). In this i have added html code the mail by using following =
code.=20


while doing this i have added the html code the mail body, i have got =
one problem. here it is
HRESULT hr;

IDispatch *Pdisp;

IHTMLDocument2Ptr htmdocument=3DNULL;

IHTMLElement *htmelement;

BSTR m_bstr;

hr=3D ppt->ActiveInspector(&m_inspect);

hr=3Dm_inspect->get_HTMLEditor(&Pdisp);

hr=3DPdisp->QueryInterface(IID_IHTMLDocument2,(void**)&htmdocument);

hr=3Dhtmdocument->get_body(&htmelement);

htmelement->get_innerHTML(&m_bstr);

CComBSTR m_temp=3DCComBSTR(m_bstr);

m_temp.AppendBSTR(text);

m_temp.CopyTo(&m_bstr);


CString m_koti=3DCString(m_bstr);

MessageBox(NULL,m_koti,NULL,MB_OK);

htmdocument->put_designMode(CComBSTR("On"));

hr=3Dhtmelement->put_innerHTML(m_bstr);=20

htmelement->get_innerHTML(&m_bstr);

CString m_str=3DCString(m_bstr);

MessageBox(NULL,m_str,NULL,MB_OK);



This is the code which has been =
from mail . The last line which is in green colour i have added .=20



!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>hi</TITLE>

<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">

<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR></HEAD>

<BODY>

<P><FONT face=3DArial size=3D2>Hi this is test mail</FONT> </P>

<P><FONT face=3DArial size=3D2>By,</FONT> <BR><FONT face=3DArial =
size=3D2>koti</FONT>=20

</P><A href=3D"http://www.smileycapital.com"><IMG=20

src=3D"http://img.smileycapital.com/images/Animals/animal_5019.gif"=20

border=3D0></A></BODY></HTML>



But after adding the html code to mail ,what is =
the adding is following code

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>hi</TITLE>

<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">

<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR></HEAD>

<BODY>

<P><FONT face=3DArial size=3D2>Hi this is test mail</FONT> </P>

<P><FONT face=3DArial size=3D2>By,</FONT> <BR><FONT face=3DArial =
size=3D2>koti</FONT>=20

</P><A href=3D"BLOCKED::http://www.smileycapital.com"><IMG=20

src=3D"BLOCKED::http://img.smileycapital.com/images/Animals/animal_5019.g=
if"=20

border=3D0></A></BODY></HTML>

=20

Why the BLOCKED word is added to the code ,which is i am =
not added. why this code is adding. How can i avoid that proble. Plz =
suggest any solution?




--=20
Regards,

RamakoteswaraRao Koti
Software Engineer,
Nannacomputers Pvt Ltd

------=_NextPart_000_001A_01C663AC.255FFC10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Hi ,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2>        I have=20
implemented  addin for MSOutLook using VC++ 6.0. Here i have =
displayed a=20
image and on that i have display some images,when i click that image =
that image=20
should be aded to mail(which is in html mail format). In this i have =
added=20
 html code the mail by using following code. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>while doing this i have added the html =
code the=20
mail body, i have got one problem. here it is</FONT></DIV>
<DIV>
<P><FONT face=3DArial size=3D2>HRESULT hr;</FONT></P>
<P><FONT face=3DArial size=3D2>IDispatch *Pdisp;</FONT></P>
<P><FONT face=3DArial size=3D2>IHTMLDocument2Ptr =
htmdocument=3DNULL;</FONT></P>
<P><FONT face=3DArial size=3D2>IHTMLElement *htmelement;</FONT></P>
<P><FONT face=3DArial size=3D2>BSTR m_bstr;</FONT></P>
<P><FONT face=3DArial size=3D2>hr=3D=20
ppt->ActiveInspector(&m_inspect);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
size=3D2>hr=3Dm_inspect->get_HTMLEditor(&Pdisp);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
size=3D2>hr=3DPdisp->QueryInterface(IID_IHTMLDocument2,(void**)&ht=
mdocument);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
size=3D2>hr=3Dhtmdocument->get_body(&htmelement);</FONT></P></DIV>=

<DIV>
<P><FONT face=3DArial =
size=3D2>htmelement->get_innerHTML(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>CComBSTR =
m_temp=3DCComBSTR(m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>m_temp.AppendBSTR(text);</FONT></P>
<P><FONT face=3DArial size=3D2>m_temp.CopyTo(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2></FONT></P>
<P><FONT face=3DArial size=3D2>CString =
m_koti=3DCString(m_bstr);</FONT></P>
<P><FONT face=3DArial =
size=3D2>MessageBox(NULL,m_koti,NULL,MB_OK);</FONT></P>
<P><FONT face=3DArial=20
size=3D2>htmdocument->put_designMode(CComBSTR("On"));</FONT></P>
<P><FONT face=3DArial =
size=3D2>hr=3Dhtmelement->put_innerHTML(m_bstr); </FONT></P>
<P><FONT face=3DArial =
size=3D2>htmelement->get_innerHTML(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>CString =
m_str=3DCString(m_bstr);</FONT></P>
<P><FONT face=3DArial =
size=3D2>MessageBox(NULL,m_str,NULL,MB_OK);</FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial=20
size=3D2>          &nbs=
p;            =
;            =
   =20
 This is the code which has been from mail . The last line which is =
in=20
green colour i have added . </FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial size=3D2>!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML =
4.0=20
Transitional//EN"></FONT></P>
<P><FONT face=3DArial=20
size=3D2><HTML><HEAD><TITLE>hi</TITLE></FONT></P>=

<P><FONT face=3DArial size=3D2><META http-equiv=3DContent-Type =
content=3D"text/html;=20
charset=3Dus-ascii"></FONT></P>
<P><FONT face=3DArial size=3D2><META content=3D"MSHTML =
6.00.2800.1106"=20
name=3DGENERATOR></HEAD></FONT></P>
<P><FONT face=3DArial size=3D2><BODY></FONT></P>
<P><FONT face=3DArial size=3D2><P><FONT face=3DArial =
size=3D2>Hi this is=20
test mail</FONT> </P></FONT></P>
<P><FONT face=3DArial size=3D2><P><FONT face=3DArial=20
size=3D2>By,</FONT> <BR><FONT face=3DArial=20
size=3D2>koti</FONT> </FONT></P>
<P><FONT face=3DArial size=3D2></P><<FONT color=3D#0000ff>A=20
href=3D"http://www.smileycapital.com"><IMG </FONT></FONT></P>
<P><FONT face=3DArial color=3D#0000ff=20
size=3D2>src=3D"http://img.smileycapital.com/images/Animals/animal_5019.g=
if"=20
</FONT></P>
<P><FONT face=3DArial size=3D2><FONT=20
color=3D#0000ff>border=3D0></A></</FONT>BODY></HTML>=
</FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial=20
size=3D2>          &nbs=
p;            =
;=20
But after adding the html code to mail ,what is the adding is following=20
code</FONT></P><FONT face=3DArial size=3D2>
<P>!DOCTYPE <FONT color=3D#808080>HTML</FONT> PUBLIC <FONT=20
color=3D#000077>"-//W3C//DTD HTML 4.0 Transitional//EN"</FONT>></P>
<P><<FONT =
color=3D#808080>HTML</FONT>><HEAD><TITLE><FONT=20
color=3D#808080>hi</FONT></TITLE></P>
<P><META http-equiv=3D<FONT color=3D#808080>Content</FONT>-<FONT=20
color=3D#0000ff>Type</FONT> <FONT color=3D#808080>content</FONT>=3D<FONT =

color=3D#000077>"text/html; charset=3Dus-ascii"</FONT>></P>
<P><META <FONT color=3D#808080>content</FONT>=3D<FONT =
color=3D#000077>"MSHTML=20
6.00.2800.1106"</FONT> <FONT=20
color=3D#808080>name</FONT>=3DGENERATOR></HEAD></P>
<P><BODY></P>
<P><P><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT =
color=3D#808080>size</FONT>=3D2><FONT=20
color=3D#808080>Hi</FONT> <FONT color=3D#0000ff>this</FONT> <FONT=20
color=3D#808080>is</FONT> test mail</<FONT =
color=3D#0000ff>FONT</FONT>>=20
</P></P>
<P><P><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT=20
color=3D#808080>size</FONT>=3D2>By,</<FONT =
color=3D#0000ff>FONT</FONT>>=20
<BR><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT=20
color=3D#808080>size</FONT>=3D2>koti</<FONT =
color=3D#0000ff>FONT</FONT>> </P>
<P></P><A <FONT color=3D#808080>href</FONT>=3D<FONT =
color=3D#000077>"<FONT=20
color=3D#ff0000>BLOCKED::</FONT>http://www.smileycapital.com"</FONT>>&=
lt;IMG=20
</P><FONT color=3D#808080>
<P>src</FONT>=3D<FONT color=3D#000077>"<FONT=20
color=3D#ff0000>BLOCKED::</FONT>http://img.smileycapital.com/images/Anima=
ls/animal_5019.gif"</FONT>=20
</P><FONT color=3D#808080>
<P>border</FONT>=3D0></A></BODY></<FONT=20
color=3D#808080>HTML</FONT>></P></FONT>
<P><FONT face=3DArial =
size=3D2>       =20
</FONT></P>
<P><FONT face=3DArial=20
size=3D2>          &nbs=
p;  =20
Why the <FONT color=3D#ff0000>BLOCKED  </FONT><FONT =
color=3D#000000>word is=20
added to the code ,which is i am not added. why this code is adding. How =
can i=20
avoid that proble. Plz suggest any solution?</FONT></FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P><FONT face=3DArial =
size=3D2></FONT><FONT=20
face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT><BR><FONT face=3DArial=20
size=3D2>-- <BR>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>RamakoteswaraRao Koti<BR>Software=20
Engineer,<BR>Nannacomputers Pvt Ltd<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_001A_01C663AC.255FFC10--

Re: A different problem with Outlook Addin
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> 4/24/2006 1:31:58 PM
This is a multi-part message in MIME format.

------=_NextPart_000_0158_01C66781.EF232DA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<src> tags are banned from working in Outlook HTML emails.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ram" <koti[ at ]nannacomputers.com> wrote in message
news:eQG%23ZldZGHA.1196[ at ]TK2MSFTNGP03.phx.gbl...

Hi ,

I have implemented addin for MSOutLook using VC++ 6.0. Here i
have displayed a image and on that i have display some images,when i click
that image that image should be aded to mail(which is in html mail format).
In this i have added html code the mail by using following code.


while doing this i have added the html code the mail body, i have got one
problem. here it is
HRESULT hr;

IDispatch *Pdisp;

IHTMLDocument2Ptr htmdocument=NULL;

IHTMLElement *htmelement;

BSTR m_bstr;

hr= ppt->ActiveInspector(&m_inspect);

hr=m_inspect->get_HTMLEditor(&Pdisp);

hr=Pdisp->QueryInterface(IID_IHTMLDocument2,(void**)&htmdocument);

hr=htmdocument->get_body(&htmelement);

htmelement->get_innerHTML(&m_bstr);

CComBSTR m_temp=CComBSTR(m_bstr);

m_temp.AppendBSTR(text);

m_temp.CopyTo(&m_bstr);


CString m_koti=CString(m_bstr);

MessageBox(NULL,m_koti,NULL,MB_OK);

htmdocument->put_designMode(CComBSTR("On"));

hr=htmelement->put_innerHTML(m_bstr);

htmelement->get_innerHTML(&m_bstr);

CString m_str=CString(m_bstr);

MessageBox(NULL,m_str,NULL,MB_OK);



This is the code which has been
from mail . The last line which is in green colour i have added .



!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>hi</TITLE>

<META http-equiv=Content-Type content="text/html; charset=us-ascii">

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>

<BODY>

<P><FONT face=Arial size=2>Hi this is test mail</FONT> </P>

<P><FONT face=Arial size=2>By,</FONT> <BR><FONT face=Arial
size=2>koti</FONT>

</P><A href="http://www.smileycapital.com"><IMG

src="http://img.smileycapital.com/images/Animals/animal_5019.gif"

border=0></A></BODY></HTML>



But after adding the html code to mail ,what is
the adding is following code

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>hi</TITLE>

<META http-equiv=Content-Type content="text/html; charset=us-ascii">

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>

<BODY>

<P><FONT face=Arial size=2>Hi this is test mail</FONT> </P>

<P><FONT face=Arial size=2>By,</FONT> <BR><FONT face=Arial
size=2>koti</FONT>

</P><A href="BLOCKED::http://www.smileycapital.com"><IMG

src="BLOCKED::http://img.smileycapital.com/images/Animals/animal_5019.gif"

border=0></A></BODY></HTML>



Why the BLOCKED word is added to the code ,which is i am
not added. why this code is adding. How can i avoid that proble. Plz suggest
any solution?




--
Regards,

RamakoteswaraRao Koti
Software Engineer,
Nannacomputers Pvt Ltd

------=_NextPart_000_0158_01C66781.EF232DA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2873" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><src> tags are banned from =
working in Outlook=20
HTML emails.</FONT></DIV>
<DIV><BR>-- <BR>Ken Slovak<BR>[MVP - Outlook]<BR><A=20
href=3D"http://www.slovaktech.com">http://www.slovaktech.com</A><BR>Autho=
r:=20
Absolute Beginner's Guide to Microsoft Office Outlook 2003<BR>Reminder =
Manager,=20
Extended Reminders, Attachment Options<BR><A=20
href=3D"http://www.slovaktech.com/products.htm">http://www.slovaktech.com=
/products.htm</A></DIV>
<DIV> </DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ram" <<A=20
=
href=3D"mailto:koti[ at ]nannacomputers.com">koti[ at ]nannacomputers.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:eQG%23ZldZGHA.1196[ at ]TK2MSFTNGP03.phx.gbl">news:eQG%23ZldZGHA.=
1196[ at ]TK2MSFTNGP03.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Hi ,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2>        I have=20
implemented  addin for MSOutLook using VC++ 6.0. Here i have =
displayed a=20
image and on that i have display some images,when i click that image =
that=20
image should be aded to mail(which is in html mail format). In this i =
have=20
added  html code the mail by using following code. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>while doing this i have added the =
html code the=20
mail body, i have got one problem. here it is</FONT></DIV>
<DIV>
<P><FONT face=3DArial size=3D2>HRESULT hr;</FONT></P>
<P><FONT face=3DArial size=3D2>IDispatch *Pdisp;</FONT></P>
<P><FONT face=3DArial size=3D2>IHTMLDocument2Ptr =
htmdocument=3DNULL;</FONT></P>
<P><FONT face=3DArial size=3D2>IHTMLElement *htmelement;</FONT></P>
<P><FONT face=3DArial size=3D2>BSTR m_bstr;</FONT></P>
<P><FONT face=3DArial size=3D2>hr=3D=20
ppt->ActiveInspector(&m_inspect);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
=
size=3D2>hr=3Dm_inspect->get_HTMLEditor(&Pdisp);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
=
size=3D2>hr=3DPdisp->QueryInterface(IID_IHTMLDocument2,(void**)&ht=
mdocument);</FONT></P></DIV>
<DIV>
<P><FONT face=3DArial=20
=
size=3D2>hr=3Dhtmdocument->get_body(&htmelement);</FONT></P></DIV>=

<DIV>
<P><FONT face=3DArial=20
size=3D2>htmelement->get_innerHTML(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>CComBSTR =
m_temp=3DCComBSTR(m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>m_temp.AppendBSTR(text);</FONT></P>
<P><FONT face=3DArial size=3D2>m_temp.CopyTo(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2></FONT></P>
<P><FONT face=3DArial size=3D2>CString =
m_koti=3DCString(m_bstr);</FONT></P>
<P><FONT face=3DArial =
size=3D2>MessageBox(NULL,m_koti,NULL,MB_OK);</FONT></P>
<P><FONT face=3DArial=20
size=3D2>htmdocument->put_designMode(CComBSTR("On"));</FONT></P>
<P><FONT face=3DArial =
size=3D2>hr=3Dhtmelement->put_innerHTML(m_bstr);=20
</FONT></P>
<P><FONT face=3DArial=20
size=3D2>htmelement->get_innerHTML(&m_bstr);</FONT></P>
<P><FONT face=3DArial size=3D2>CString =
m_str=3DCString(m_bstr);</FONT></P>
<P><FONT face=3DArial =
size=3D2>MessageBox(NULL,m_str,NULL,MB_OK);</FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial=20
=
size=3D2>          &nbs=
p;            =
;            =
   =20
 This is the code which has been from mail . The last line which =
is in=20
green colour i have added . </FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial size=3D2>!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML =
4.0=20
Transitional//EN"></FONT></P>
<P><FONT face=3DArial=20
=
size=3D2><HTML><HEAD><TITLE>hi</TITLE></FONT></P>=

<P><FONT face=3DArial size=3D2><META http-equiv=3DContent-Type=20
content=3D"text/html; charset=3Dus-ascii"></FONT></P>
<P><FONT face=3DArial size=3D2><META content=3D"MSHTML =
6.00.2800.1106"=20
name=3DGENERATOR></HEAD></FONT></P>
<P><FONT face=3DArial size=3D2><BODY></FONT></P>
<P><FONT face=3DArial size=3D2><P><FONT face=3DArial =
size=3D2>Hi this is=20
test mail</FONT> </P></FONT></P>
<P><FONT face=3DArial size=3D2><P><FONT face=3DArial=20
size=3D2>By,</FONT> <BR><FONT face=3DArial=20
size=3D2>koti</FONT> </FONT></P>
<P><FONT face=3DArial size=3D2></P><<FONT color=3D#0000ff>A=20
href=3D"http://www.smileycapital.com"><IMG </FONT></FONT></P>
<P><FONT face=3DArial color=3D#0000ff=20
=
size=3D2>src=3D"http://img.smileycapital.com/images/Animals/animal_5019.g=
if"=20
</FONT></P>
<P><FONT face=3DArial size=3D2><FONT=20
=
color=3D#0000ff>border=3D0></A></</FONT>BODY></HTML>=
</FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P>
<P><FONT face=3DArial=20
=
size=3D2>          &nbs=
p;            =
;=20
But after adding the html code to mail ,what is the adding is =
following=20
code</FONT></P><FONT face=3DArial size=3D2>
<P>!DOCTYPE <FONT color=3D#808080>HTML</FONT> PUBLIC <FONT=20
color=3D#000077>"-//W3C//DTD HTML 4.0 Transitional//EN"</FONT>></P>
<P><<FONT =
color=3D#808080>HTML</FONT>><HEAD><TITLE><FONT=20
color=3D#808080>hi</FONT></TITLE></P>
<P><META http-equiv=3D<FONT color=3D#808080>Content</FONT>-<FONT=20
color=3D#0000ff>Type</FONT> <FONT =
color=3D#808080>content</FONT>=3D<FONT=20
color=3D#000077>"text/html; charset=3Dus-ascii"</FONT>></P>
<P><META <FONT color=3D#808080>content</FONT>=3D<FONT =
color=3D#000077>"MSHTML=20
6.00.2800.1106"</FONT> <FONT=20
color=3D#808080>name</FONT>=3DGENERATOR></HEAD></P>
<P><BODY></P>
<P><P><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT =
color=3D#808080>size</FONT>=3D2><FONT=20
color=3D#808080>Hi</FONT> <FONT color=3D#0000ff>this</FONT> <FONT=20
color=3D#808080>is</FONT> test mail</<FONT =
color=3D#0000ff>FONT</FONT>>=20
</P></P>
<P><P><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT=20
color=3D#808080>size</FONT>=3D2>By,</<FONT =
color=3D#0000ff>FONT</FONT>>=20
<BR><<FONT color=3D#0000ff>FONT</FONT> <FONT=20
color=3D#808080>face</FONT>=3DArial <FONT=20
color=3D#808080>size</FONT>=3D2>koti</<FONT =
color=3D#0000ff>FONT</FONT>>=20
</P>
<P></P><A <FONT color=3D#808080>href</FONT>=3D<FONT =
color=3D#000077>"<FONT=20
=
color=3D#ff0000>BLOCKED::</FONT>http://www.smileycapital.com"</FONT>>&=
lt;IMG=20
</P><FONT color=3D#808080>
<P>src</FONT>=3D<FONT color=3D#000077>"<FONT=20
=
color=3D#ff0000>BLOCKED::</FONT>http://img.smileycapital.com/images/Anima=
ls/animal_5019.gif"</FONT>=20
</P><FONT color=3D#808080>
<P>border</FONT>=3D0></A></BODY></<FONT=20
color=3D#808080>HTML</FONT>></P></FONT>
<P><FONT face=3DArial =
size=3D2>       =20
</FONT></P>
<P><FONT face=3DArial=20
=
size=3D2>          &nbs=
p;  =20
Why the <FONT color=3D#ff0000>BLOCKED  </FONT><FONT =
color=3D#000000>word is=20
added to the code ,which is i am not added. why this code is adding. =
How can i=20
avoid that proble. Plz suggest any solution?</FONT></FONT></P>
<P><FONT face=3DArial size=3D2></FONT> </P><FONT face=3DArial=20
size=3D2></FONT><FONT face=3DArial size=3D2></FONT><FONT face=3DArial=20
size=3D2></FONT><BR><FONT face=3DArial size=3D2>-- =
<BR>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>RamakoteswaraRao Koti<BR>Software=20
Engineer,<BR>Nannacomputers Pvt =
Ltd<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0158_01C66781.EF232DA0--

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net