 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
[ Eduardo Tavares ] Guest
|
Posted: Fri Feb 27, 2004 3:16 pm Post subject: Ok!I got my application running but... |
|
|
Untitled DocumentI have saved in my database that I dont receive emails with
attachments that have an extension .gif and on my outlook express I set up a
stationery that has an image .gif so my app is deleting it even if I am not
sending any attachment.
How can I cheat this problem?
I want to be able to receive emails with stationeries and not delete them
but block the attachments.
Thanks
Eduardo Tavares
Delphi Developer - ICQ:155-386-256
www.EduardoTavares.com.br
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Feb 27, 2004 9:09 pm Post subject: Re: Ok!I got my application running but... |
|
|
"[ Eduardo Tavares ]" <davares (AT) earthlink (DOT) net> wrote
| Quote: | I want to be able to receive emails with stationeries
and not delete them but block the attachments.
|
Stationaries that use images store the images as attachments. They have to,
images can't be embedded in the message content directly. What you can try
doing is seeing if the attachment has a "Content-ID" header associated with
it, and then check if that same ID appears in the stationary's content.
Assuming the stationary is HTML-based, the ID is used as the "src" attribute
for <img> tags, ie: <img src="cid:TheIDHere">
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|