DelegationState property

PropertyDefinition DelegationState
getter/setter pair
Defines the DelegationState property.

Implementation

static PropertyDefinition DelegationState =
    new TaskDelegationStatePropertyDefinition(
        XmlElementNames.DelegationState,
        _TaskSchemaFieldUris.DelegationState,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);