Re: Email attachments over webdav?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Carlo Razzeto (crazzeto_at_hotmail.com)
Date: 06/20/04

  • Next message: Carlo Razzeto: "WebDav Search Question"
    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
    > >
    > >
    >
    >


  • Next message: Carlo Razzeto: "WebDav Search Question"

    Relevant Pages

    • Re: The New Roadmap
      ... this is a HUGE advantage if your trying to port a Win32 Delphi ... A namespace is a logical grouping. ... your class then determines the filename you have to give that unit. ... I keep hearing about the huge productivity gains that generics will ...
      (borland.public.delphi.non-technical)
    • MP3::Archive - namespace advice
      ... containing music metadata. ... it can also construct a filename. ... Archive (at least within the Archive:: namespace) means files ... It also has links to the scripts that use it. ...
      (comp.lang.perl.modules)
    • Re: local variable access from "namespace eval"?
      ... | configuration file into a namespace: ... | proc ReadSettingsIntoNamespace {filename} { ... | if {![namespace exists mynamespace} { ... reading proc inside your namespace, then call that proc with the ...
      (comp.lang.tcl)
    • namespace problem during validation
      ... that my data work O'K when I test it ... As you can see, it imports another schema, ... XML doc filename, 'SchemaURL' xsd filename and TargetNamespace has ... Why the parser expects child element from default namespace, ...
      (microsoft.public.dotnet.xml)
    • Re: Actually downloading attachment
      ... Carlo ... > you actually do a HTTP GET... ...
      (microsoft.public.exchange.applications)