StartTimeZone property

PropertyDefinition StartTimeZone
getter/setter pair
Defines the StartTimeZone property.

Implementation

static PropertyDefinition StartTimeZone = new StartTimeZonePropertyDefinition(
    XmlElementNames.StartTimeZone,
    _AppointmentSchemaFieldUris.StartTimeZone,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);