ExchangeBasePermission
Contents
[
Hide
]ExchangeBasePermission class
Provides abstract base class for permissions to folders on Exchange Server.
Constructors
| Name | Description |
|---|---|
| ExchangeBasePermission | Initializes a new instance of the ExchangeBasePermission class |
Methods
| Name | Description |
|---|---|
| get_CanCreateItems | Gets a value indicating whether a client can create items in a folder. |
| get_CanCreateSubFolders | Gets a value indicating whether the client can create subfolders. |
| get_DeleteItems | Gets a value indicating whether the client can delete items. |
| get_EditItems | Gets a value indicating whether a client can edit items. |
| get_IsFolderContact | Gets a value indicating whether a user is a contact for a folder. |
| get_IsFolderOwner | Gets a value indicating whether the user is the owner of a folder. |
| get_IsFolderVisible | Gets a value indicating whether a user can view a folder. |
| get_UserInfo | Gets a user or a delegate user who has folder access permissions |
| set_CanCreateItems | Sets a value indicating whether a client can create items in a folder. |
| set_CanCreateSubFolders | Sets a value indicating whether the client can create subfolders. |
| set_DeleteItems | Sets a value indicating whether the client can delete items. |
| set_EditItems | Sets a value indicating whether a client can edit items. |
| set_IsFolderContact | Sets a value indicating whether a user is a contact for a folder. |
| set_IsFolderOwner | Sets a value indicating whether the user is the owner of a folder. |
| set_IsFolderVisible | Sets a value indicating whether a user can view a folder. |
| set_UserInfo | Sets a user or a delegate user who has folder access permissions |
| ExchangeCalendarPermission | |
| ExchangeFolderPermission | |
| permissionSet | Specifies a user permission level. The responsibility of bits: 0 - IsFolderVisible 1 - ReadItems 2 - CanCreateItems 3, 4 - DeleteItems 5, 6 - EditItems 7 - CanCreateSubFolders 8 - IsFolderContact 9 - IsFolderOwner 10 - FreeBusyTimeOnly 11 - FreeBusyTimeAndSubjectAndLocation |