Table of Contents

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

DelegateFolderPermissionLevel

ContactsFolderPermissionLevel

Gets or sets the delegate user's permission on the principal's contacts folder.

public DelegateFolderPermissionLevel ContactsFolderPermissionLevel { get; set; }

Property Value

DelegateFolderPermissionLevel

InboxFolderPermissionLevel

Gets or sets the delegate user's permission on the principal's inbox.

public DelegateFolderPermissionLevel InboxFolderPermissionLevel { get; set; }

Property Value

DelegateFolderPermissionLevel

JournalFolderPermissionLevel

Gets or sets the delegate user's permission on the principal's journal folder.

public DelegateFolderPermissionLevel JournalFolderPermissionLevel { get; set; }

Property Value

DelegateFolderPermissionLevel

NotesFolderPermissionLevel

Gets or sets the delegate user's permission on the principal's notes folder.

public DelegateFolderPermissionLevel NotesFolderPermissionLevel { get; set; }

Property Value

DelegateFolderPermissionLevel

TasksFolderPermissionLevel

Gets or sets the delegate user's permission on the principal's tasks folder.

public DelegateFolderPermissionLevel TasksFolderPermissionLevel { get; set; }

Property Value

DelegateFolderPermissionLevel