Hello, Using WebDAV to send meeting requests, I'm trying to: 1. turn off propose new time option for recipients 2. turn off the option that allows recipients whether or not to send a meeting response so that they are forced to always send a meeting response I do not see these properties exposed when I query messages being sent through WebDAV. Can I access these properties? How? Thanks! -- Liz
1. You need to include the named MAPI property http://schemas.microsoft.com/mapi/id/{00062002-0000-0000-C000-000000000046}/0x825A and set it to 1 (boolean true) eg + "xmlns:y=\"http://schemas.microsoft.com/mapi/id/{00062002-0000-0000-C000-000000000046}/\" " + "<y:0x825A dt:dt=\"boolean\">1</y:0x825A>"; 2. You can request that a user sends a response using urn:schemas:calendar:responserequested field but you cant force a person to respond im pretty sure you cant do this in Outlook either. Cheers Glen "liz-kma" wrote in message news:00E73BE8-D730-465C-B40A-410887DD1675@microsoft.com... > Hello, > > Using WebDAV to send meeting requests, I'm trying to: > > 1. turn off propose new time option for recipients > 2. turn off the option that allows recipients whether or not to send a > meeting response so that they are forced to always send a meeting > response > > I do not see these properties exposed when I query messages being sent > through WebDAV. Can I access these properties? How? > > Thanks! > > -- Liz