Class ExchangeCalendarPermission
Contents
[
Hide
]ExchangeCalendarPermission class
Represents a permission on a calendar folder.
public sealed class ExchangeCalendarPermission : ExchangeBasePermission
Constructors
| Name | Description | 
|---|---|
| ExchangeCalendarPermission(ExchangeFolderUserInfo) | Initializes a new instance of the ExchangeFolderPermission class | 
Properties
| Name | Description | 
|---|---|
| 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
- class ExchangeBasePermission
 - namespace Aspose.Email.Clients.Exchange
 - assembly Aspose.Email