ItemType.EffectiveRights Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.