Resources property
Implementation
static PropertyDefinition Resources =
new ComplexPropertyDefinition<AttendeeCollection>.withUriAndFlags(
XmlElementNames.Resources,
_AppointmentSchemaFieldUris.Resources,
[
PropertyDefinitionFlags.AutoInstantiateOnRead,
PropertyDefinitionFlags.CanSet,
PropertyDefinitionFlags.CanUpdate,
PropertyDefinitionFlags.CanDelete
],
ExchangeVersion.Exchange2007_SP1, () {
return new AttendeeCollection();
});