Class ExchangeBasePermission
Contents
[
Hide
]ExchangeBasePermission class
Provides abstract base class for permissions to folders on Exchange Server.
public abstract class ExchangeBasePermission
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. | 
| UserInfo { get; set; } | Gets or sets a user or a delegate user who has folder access permissions | 
See Also
- namespace Aspose.Email.Clients.Exchange
 - assembly Aspose.Email