For a repeating meeting, using WebDAV is there any way to efficiently identify the unique attachment files across a repeating meeting? For example, a user could create a repeat daily for 5 days that has an attachment. They could then go to two repeat days and modify that attachment file's contents for those days, but leave it "as-is" for the other 3 days. Is there any efficient way to query information using WebDAV that will tell me that for two of the repeat days the attachment file has different contents than for the other 3 repeat days?
When a user modifies any property on a instance of a recurring meeting even if the time does change that meeting instance will become an exception. WebDAV isn't the best this to use to handle recurring meeting but you should be able to identify any instances that are changed by using the instance property http://msdn2.microsoft.com/en-us/library/ms991405(EXCHG.65).aspx Cheers Glen "Frank" wrote in message news:64cd2479-77ce-4349-b5c5-2f487ddaff12@u36g2000prf.googlegroups.com... > For a repeating meeting, using WebDAV is there any way to efficiently > identify the unique attachment files across a repeating meeting? > > For example, a user could create a repeat daily for 5 days that has an > attachment. They could then go to two repeat days and modify that > attachment file's contents for those days, but leave it "as-is" for > the other 3 days. > > Is there any efficient way to query information using WebDAV that will > tell me that for two of the repeat days the attachment file has > different contents than for the other 3 repeat days?