EffectiveRightsType Members
The EffectiveRightsType class contains the client's rights based on the permission settings for the item or folder. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
The following tables list the members exposed by the EffectiveRightsType type.
Public Constructors
Name | Description | |
---|---|---|
EffectiveRightsType | The EffectiveRightsType constructor initializes a new instance of the EffectiveRightsType class. |
Top
Public Properties
Name | Description | |
---|---|---|
CreateAssociated | The CreateAssociated property gets or sets a Boolean value that indicates whether the client can create an associated contents table. | |
CreateContents | The CreateContents property gets or sets a Boolean value that indicates whether the client can create a contents table. | |
CreateHierarchy | The CreateHierarchy property gets or sets a Boolean value that indicates whether a client can create a hierarchy table. | |
Delete | The Delete property gets or sets a Boolean value that indicates whether a client can delete a folder or item. | |
Modify | The Modify property gets or sets a Boolean value that indicates whether a client can modify a folder or item. | |
Read | The Read property gets or sets a Boolean value that indicates whether a client can read a folder or item. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also