EffectiveRights property

PropertyDefinition EffectiveRights
getter/setter pair
Defines the ManagedFolderInformation property. Defines the EffectiveRights property.

Implementation

// static PropertyDefinition ManagedFolderInformation =
//            new ComplexPropertyDefinition<ManagedFolderInformation>(
//                XmlElementNames.ManagedFolderInformation,
//                FolderSchemaFieldUris.ManagedFolderInformation,
//                PropertyDefinitionFlags.CanFind,
//                ExchangeVersion.Exchange2007_SP1,
//                () { return new ManagedFolderInformation(); });

/// <summary>
/// Defines the EffectiveRights property.
/// </summary>
static PropertyDefinition EffectiveRights =
    new EffectiveRightsPropertyDefinition(
        XmlElementNames.EffectiveRights,
        FolderSchemaFieldUris.EffectiveRights,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);