Hi I've been developing a webdav class, which now retrieves/sends emails and
get attachments, however when I fetch the attachments using X-MS-ENUMATTS I
can't find any reference to the mimetype of the item, is there anywhere I can
find this information?
Karim Batthish - 27 Feb 2006 21:18 GMT
The property may not always be set, but you can get the MIME Content-Type by
looking at the http://schemas.microsoft.com/mapi/proptag/x370E001F property
in the response
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_webd
av_x-ms-enumatts.asp,
which includes an example.
- Karim Batthish
> Hi I've been developing a webdav class, which now retrieves/sends emails
> and
[quoted text clipped - 3 lines]
> can
> find this information?
Lee Derbyshire - 28 Feb 2006 09:46 GMT
> Hi I've been developing a webdav class, which now retrieves/sends emails
> and
[quoted text clipped - 3 lines]
> can
> find this information?
I send a GET to the individual attachment URL, and look for a Content-type
response header.
Lee.

Signature
___________________________________
Outlook Web Access for PDA and WAP:
www.leederbyshire.com
___________________________________