When property

PropertyDefinition When
getter/setter pair
Defines the When property.

Implementation

static PropertyDefinition When = new StringPropertyDefinition(
    XmlElementNames.When,
    _AppointmentSchemaFieldUris.When,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);