ItemType.EffectiveRights Property

Definition

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.

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 instance of the EffectiveRightsType class that represents the client's rights based on the permission settings for the item or folder.

Applies to