|
From: Chris F. <cd...@fo...> - 2011-01-14 19:23:21
|
On Fri, Jan 14, 2011 at 12:00:12AM +0100, deloptes wrote: > Q1: what is this option good for? > > <AdvancedOptions> > <AdvancedOption> > <DisplayName>Filter Categories</DisplayName> > <MaxOccurs>4294967295</MaxOccurs> > <Max>4294967295</Max> > <Name>FilterCategory</Name> > <Type>string</Type> > <Value></Value> > </AdvancedOption> > </AdvancedOptions> You can grep the code for "FilterCategory" and follow the trail. Looks like it is used to limit what categories of data are synced. Some handheld devices can sort their contacts and events into subcategories. - Chris |