BaseFolderType.EffectiveRights Property

Definition

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.

public:
 property ExchangeWebServices::EffectiveRightsType ^ EffectiveRights { ExchangeWebServices::EffectiveRightsType ^ get(); void set(ExchangeWebServices::EffectiveRightsType ^ value); };
public ExchangeWebServices.EffectiveRightsType EffectiveRights { get; set; }
Public Property EffectiveRights As EffectiveRightsType

Property Value

The EffectiveRights property returns an EffectiveRightsType object that represents the operations that the current logon user can perform on the folder.

Applies to