OfficeLocation property
Implementation
static PropertyDefinition OfficeLocation = new StringPropertyDefinition(
XmlElementNames.OfficeLocation,
_ContactSchemaFieldUris.OfficeLocation,
[
PropertyDefinitionFlags.CanSet,
PropertyDefinitionFlags.CanUpdate,
PropertyDefinitionFlags.CanDelete,
PropertyDefinitionFlags.CanFind
],
ExchangeVersion.Exchange2007_SP1);