Re: Email attachments over webdav?
From: Carlo Razzeto (crazzeto_at_hotmail.com)
Date: 06/20/04
- Previous message: Henning Krause: "Re: Email attachments over webdav?"
- In reply to: Henning Krause: "Re: Email attachments over webdav?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 20 Jun 2004 12:14:03 -0400
Thank you very much sir! That helps out greatly!
Carlo
"Henning Krause" <newsgroup.no@spam.infinitec.de> wrote in message
news:uCw3o9qVEHA.3988@tk2msftngp13.phx.gbl...
> Hello,
>
> you can enumerate the attachments using the X-MS-ENUMATTS WebDAV method.
>
> With the given filename, you can then get the attachment using a GET
> http://myserver/public/publicFolder/emailmessage.eml/attachmentname
>
> All the mail-header should be stored in the urn:schemas:mailheader
> namespace.
>
> Another way would be to do a GET on the emailmessage with the
Request-Header
> translate set to 'f' (without the quotes).
>
> This way you get the entire message, including all attachments in a single
> stream.
>
> Greetings,
> Henning Krause
> ==========================
> Visit my website: http://www.infinitec.de
> Try my free Exchange Explorer: Mistaya
> (http://www.infinitec.de/?page=products)
>
>
> "Carlo Razzeto" <crazzeto@hotmail.com> wrote in message
> news:ul26OmlVEHA.3512@TK2MSFTNGP12.phx.gbl...
> > I am writing an application that will pull email messages from an
Exchange
> > server and archive them to a database for searching and to make sure the
> ada
> > is never lost. So far I am able to get most of what I need from webdavm.
> > However there are a could of things I still can't find in any of the
> > namespaces. The first, while I can get the attachment filename, I need
to
> > also be able to get the attachment it's self for archiving (and insert
any
> > text in the attachment to the db for searching). Also I would like to be
> > able to grab the full message headers. Is there a way to get these
through
> > webdav? Or is there another interface I would need to use.
> >
> > Carlo
> >
> >
>
>
- Previous message: Henning Krause: "Re: Email attachments over webdav?"
- In reply to: Henning Krause: "Re: Email attachments over webdav?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|