Hi,
I used richtextbox in email body. If I received email from gmail,
yahoo or rediffmail etc. then image shows into c1richtextbox but If I
try to send (embedded)image by outlook that time it does not seen. It
show me blank space exact size of image.
Example for.....
I create a email into outlook containing images which copy from Paint
and pest it into email body.
This type of email when I received in my web application it show me
blank space instead of images. The same email if I send it to gmail or
yahoo and forward it to my application all images seen good. After
this I forward the gmail email(that particular emails which I got by
outlook with embedded images) to my web application and outlook and
check there, images not seen just blank spalce.
Gmail Image Tag
<img height=\"270\" src=\"https://mail.google.com/mail/?
ui=2&ik=4a6afc472b&view=att&th=12f8c8089183e34f&attid=0.1&disp=emb& zw
\" width=\"180\">
Outlook Image Tag
<img width=180 height=270 id=\"_x0000_i1028 \"\r\n src=
\"cid:image001....@01CC036A.49E36DC0\">
I do not know how it is done.
I need to extract or fetch pictures from the image tag. If yes then
how can I extract or fetch it.
I want how to fetch or display embedded images into my email when
email received by user.