BaseFolderType.EffectiveRights Property
The EffectiveRights property gets an EffectiveRightsType object that represents the operations that the current logon user can perform on the folder. This property is read-only.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EffectiveRights As EffectiveRightsType
Get
Set
'Usage
Dim instance As BaseFolderType
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 EffectiveRightsType object that represents the operations that the current logon user can perform on the folder.
See Also