Class ExchangeDelegatePermissions

ExchangeDelegatePermissions class

Represents the folder permissions for the delegate user

public class ExchangeDelegatePermissions

Constructors

NameDescription
ExchangeDelegatePermissions()Initializes a new instance of the ExchangeDelegatePermissions class

Properties

NameDescription
CalendarFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Calendar folder
ContactsFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Contacts folder
InboxFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Inbox folder
JournalFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Journal folder
NotesFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Notes folder
TasksFolderPermissionLevel { get; set; }Gets or sets the permissions which the delegate user has on the default Tasks folder

Methods

NameDescription
SetPermissionLevel(ExchangeDelegateFolderPermissionLevel)Sets the permission level on all folders to the specified value

See Also