TimeZone property

PropertyDefinition TimeZone
getter/setter pair
Defines the TimeZone property.

Implementation

static PropertyDefinition TimeZone = new StringPropertyDefinition(
    XmlElementNames.TimeZone,
    _AppointmentSchemaFieldUris.TimeZone,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);