Click to See Complete Forum and Search --> : Exchange Server & Outlook


kevin hooper
03-20-2000, 07:30 PM
How do I programatically get the full path (URL) of a word document attachment
by using the CDO obj model and place that path on an ASP as an HREF?

sergey
03-22-2000, 01:07 PM
I don't know what you're trying to do, but if you want to provide a way to
download message attachments throught internet then you can use CDO rendering
library. What it will do, it will render message body and add links that
point to read.asp?att=... with message ID and attachment ID for each attachment,
when you click on one of them read.asp will get IDs, retrieve message, add
Content-Disposition header and use CDO rendering library to send binary attachment
to the client.

hope this helps.
Sergey.

"kevin hooper" <Kevin_hooper@infoimage.com> wrote:
>
>How do I programatically get the full path (URL) of a word document attachment
>by using the CDO obj model and place that path on an ASP as an HREF?
>
>