Does anyone have a sample of how to get the attachments for an appointment using webdav in c#?
There's .NET samples in the Exchange SDK for using the X-MS-ENUMATTS Method to get attachments via WebDAV see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_enumerating_message_attachments_webdav.asp Cheers Glen "Heidi" wrote in message news:1138113625.842328.279770@g47g2000cwa.googlegroups.com... > Does anyone have a sample of how to get the attachments for an > appointment using webdav in c#? >
Glen, I get a 403 unauthorized error when I try to run X-MS-ENUMATTS method. I don't get this error when I run my general queries. I read somewhere that I may need enable this command on webdav, but I'm not certain how to do that... Thanks.
By default you shouldn't have to do anything its possible you have disabled this verb using URLScan have a look at http://www.microsoft.com/technet/security/tools/urlscan.mspx which gives details on using URLScan to disable/Enable Verbs. Cheers Glen "Heidi" wrote in message news:1138202475.296287.46620@g47g2000cwa.googlegroups.com... > Glen, > > I get a 403 unauthorized error when I try to run X-MS-ENUMATTS method. > I don't get this error when I run my general queries. I read somewhere > that I may need enable this command on webdav, but I'm not certain how > to do that... > > Thanks. >