IsReminderSet property
Implementation
static PropertyDefinition IsReminderSet = new BoolPropertyDefinition.withUriAndFlags(
XmlElementNames.ReminderIsSet, // Note: server-side the name is ReminderIsSet
_ItemSchemaFieldUris.ReminderIsSet,
[
PropertyDefinitionFlags.CanSet,
PropertyDefinitionFlags.CanUpdate,
PropertyDefinitionFlags.CanFind
],
ExchangeVersion.Exchange2007_SP1);