IsDelegated property

PropertyDefinition IsDelegated
getter/setter pair
Defines the IsDelegated property.

Implementation

static PropertyDefinition IsDelegated =
    new BoolPropertyDefinition.withUriAndFlags(
        XmlElementNames.IsDelegated,
        MeetingMessageSchemaFieldUris.IsDelegated,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);