ItemType.EffectiveRights Property

The EffectiveRights property gets or sets an instance of the EffectiveRightsType class that represents the client's rights based on the permission settings for the item or folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property EffectiveRights As EffectiveRightsType
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As EffectiveRightsType

value = instance.EffectiveRights

instance.EffectiveRights = value
public EffectiveRightsType EffectiveRights { get; set; }

Property Value

Type: ExchangeWebServices.EffectiveRightsType
The EffectiveRights property returns an instance of the EffectiveRightsType class that represents the client's rights based on the permission settings for the item or folder.