Class ExchangeCalendarPermission

ExchangeCalendarPermission class

Represents a permission on a calendar folder.

public sealed class ExchangeCalendarPermission : ExchangeBasePermission

Constructors

NameDescription
ExchangeCalendarPermission(ExchangeFolderUserInfo)Initializes a new instance of the ExchangeFolderPermission class

Properties

NameDescription
CanCreateItems { get; set; }Gets or sets a value indicating whether a client can create items in a folder.
CanCreateSubFolders { get; set; }Gets or sets a value indicating whether the client can create subfolders.
DeleteItems { get; set; }Gets or sets a value indicating whether the client can delete items.
EditItems { get; set; }Gets or sets a value indicating whether a client can edit items.
IsFolderContact { get; set; }Gets or sets a value indicating whether a user is a contact for a folder.
IsFolderOwner { get; set; }Gets or sets a value indicating whether the user is the owner of a folder.
IsFolderVisible { get; set; }Gets or sets a value indicating whether a user can view a folder.
PermissionLevel { get; set; }Gets or sets the combination of permissions that a user has on a folder.
ReadItems { get; set; }Gets or sets a value indicating whether a user has permission to read items in a folder.
UserInfo { get; set; }Gets or sets a user or a delegate user who has folder access permissions

See Also