MeetingTimeZone property

PropertyDefinition MeetingTimeZone
getter/setter pair
Defines the MeetingTimeZone property.

Implementation

static PropertyDefinition MeetingTimeZone =
    new MeetingTimeZonePropertyDefinition.withUriAndFlags(
        XmlElementNames.MeetingTimeZone,
        _AppointmentSchemaFieldUris.MeetingTimeZone,
        [PropertyDefinitionFlags.CanSet, PropertyDefinitionFlags.CanUpdate],
        ExchangeVersion.Exchange2007_SP1);