FolderPermission - класс

Represents a permission on a folder.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public sealed class FolderPermission : ComplexProperty
Inheritance
Object    ComplexProperty    FolderPermission

Конструкторы

FolderPermission Initializes a new instance of the FolderPermission class.
FolderPermission(StandardUser, FolderPermissionLevel) Initializes a new instance of the FolderPermission class.
FolderPermission(String, FolderPermissionLevel) Initializes a new instance of the FolderPermission class.
FolderPermission(UserId, FolderPermissionLevel) Initializes a new instance of the FolderPermission class.

Свойства

CanCreateItems Gets or sets a value indicating whether the user can create new items.
CanCreateSubFolders Gets or sets a value indicating whether the user can create sub-folders.
DeleteItems Gets or sets a value indicating if/how the user can delete existing items.
DisplayPermissionLevel Gets the permission level that Outlook would display for this folder permission.
EditItems Gets or sets a value indicating if/how the user can edit existing items.
IsFolderContact Gets or sets a value indicating whether the user is a contact for the folder.
IsFolderOwner Gets or sets a value indicating whether the user owns the folder.
IsFolderVisible Gets or sets a value indicating whether the folder is visible to the user.
PermissionLevel Gets or sets the permission level.
ReadItems Gets or sets the read items access permission.
UserId Gets the Id of the user the permission applies to.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также