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