AllowNewTimeProposal property

PropertyDefinition AllowNewTimeProposal
getter/setter pair
Defines the AllowNewTimeProposal property.

Implementation

static PropertyDefinition AllowNewTimeProposal =
    new BoolPropertyDefinition.withUriAndFlags(
        XmlElementNames.AllowNewTimeProposal,
        _AppointmentSchemaFieldUris.AllowNewTimeProposal,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1);