Class DelegatePermissions
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the permissions of a delegate user.
public sealed class DelegatePermissions : ComplexProperty
- Inheritance
-
DelegatePermissions
- Inherited Members
Properties
CalendarFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's calendar.
public DelegateFolderPermissionLevel CalendarFolderPermissionLevel { get; set; }
Property Value
ContactsFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's contacts folder.
public DelegateFolderPermissionLevel ContactsFolderPermissionLevel { get; set; }
Property Value
InboxFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's inbox.
public DelegateFolderPermissionLevel InboxFolderPermissionLevel { get; set; }
Property Value
JournalFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's journal folder.
public DelegateFolderPermissionLevel JournalFolderPermissionLevel { get; set; }
Property Value
NotesFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's notes folder.
public DelegateFolderPermissionLevel NotesFolderPermissionLevel { get; set; }
Property Value
TasksFolderPermissionLevel
Gets or sets the delegate user's permission on the principal's tasks folder.
public DelegateFolderPermissionLevel TasksFolderPermissionLevel { get; set; }