ExchangeBasePermission

ExchangeBasePermission class

Provides abstract base class for permissions to folders on Exchange Server.

Constructors

NameDescription
ExchangeBasePermissionInitializes a new instance of the ExchangeBasePermission class

Methods

NameDescription
get_CanCreateItemsGets a value indicating whether a client can create items in a folder.
get_CanCreateSubFoldersGets a value indicating whether the client can create subfolders.
get_DeleteItemsGets a value indicating whether the client can delete items.
get_EditItemsGets a value indicating whether a client can edit items.
get_IsFolderContactGets a value indicating whether a user is a contact for a folder.
get_IsFolderOwnerGets a value indicating whether the user is the owner of a folder.
get_IsFolderVisibleGets a value indicating whether a user can view a folder.
get_UserInfoGets a user or a delegate user who has folder access permissions
set_CanCreateItemsSets a value indicating whether a client can create items in a folder.
set_CanCreateSubFoldersSets a value indicating whether the client can create subfolders.
set_DeleteItemsSets a value indicating whether the client can delete items.
set_EditItemsSets a value indicating whether a client can edit items.
set_IsFolderContactSets a value indicating whether a user is a contact for a folder.
set_IsFolderOwnerSets a value indicating whether the user is the owner of a folder.
set_IsFolderVisibleSets a value indicating whether a user can view a folder.
set_UserInfoSets a user or a delegate user who has folder access permissions
ExchangeCalendarPermission
ExchangeFolderPermission
permissionSetSpecifies 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