| Author |
Message |
Guest
|
Posted:
Mon Nov 29, 2004 10:58 pm Post subject:
CID (embedded attachments) |
|
|
Can anyone tell me how to, or point me towards an example of retrieving
an attachment's CID in exchange using CDO for exchange or dav? I can't
find an attachment's CID which in turn means I can't work out which
attachment belongs to to which CID, for displaying HTML emails.
Thanks
|
|
| Back to top |
|
 |
Isabelle Prawitz
Guest
|
Posted:
Mon Nov 29, 2004 11:20 pm Post subject:
Re: CID (embedded attachments) |
|
|
Hello !
This url could be useful :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_attachment_properties.asp
Good luck !
Isa
<sloppycode@gmail.com> a écrit dans le message de
news:1101747485.184566.66910@z14g2000cwz.googlegroups.com...
| Quote: | Can anyone tell me how to, or point me towards an example of retrieving
an attachment's CID in exchange using CDO for exchange or dav? I can't
find an attachment's CID which in turn means I can't work out which
attachment belongs to to which CID, for displaying HTML emails.
Thanks
|
|
|
| Back to top |
|
 |
Michael
Guest
|
Posted:
Mon Nov 29, 2004 11:23 pm Post subject:
Re: CID (embedded attachments) |
|
|
See our component "WebDAV .NET for Exchange".
http://www.independentsoft.com
Attchment object has property "ContantID" (CID) and you can get it for every
attachment.
This value you will also find in message body (Message object has property
HtmlDescription).
See here example how to get attachment:
http://www.independentsoft.de/webdavex/tutorial/getattachment.html
Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component "WebDAV .NET for Exchange".
Check out http://www.independentsoft.com
<sloppycode@gmail.com> wrote in message
news:1101747485.184566.66910@z14g2000cwz.googlegroups.com...
| Quote: | Can anyone tell me how to, or point me towards an example of retrieving
an attachment's CID in exchange using CDO for exchange or dav? I can't
find an attachment's CID which in turn means I can't work out which
attachment belongs to to which CID, for displaying HTML emails.
Thanks
|
|
|
| Back to top |
|
 |
Dan Mitchell
Guest
|
Posted:
Mon Nov 29, 2004 11:41 pm Post subject:
Re: CID (embedded attachments) |
|
|
sloppycode@gmail.com wrote in news:1101747485.184566.66910
@z14g2000cwz.googlegroups.com:
| Quote: | Can anyone tell me how to, or point me towards an example of retrieving
an attachment's CID in exchange using CDO for exchange or dav? I can't
find an attachment's CID which in turn means I can't work out which
attachment belongs to to which CID, for displaying HTML emails.
|
http://www.outlookcode.com/d/code/htmlimg.htm is sample code to add one;
should be easy enough to go the other way. (the CID is a named property on
the attachment)
-- dan |
|
| Back to top |
|
 |
|
|
|
|