public class ExchangeDelegatePermissions extends Object
Represents the folder permissions for the delegate user
Constructor and Description |
---|
ExchangeDelegatePermissions()
Initializes a new instance of the
ExchangeDelegatePermissions class |
Modifier and Type | Method and Description |
---|---|
int |
getCalendarFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Calendar folder
|
int |
getContactsFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Contacts folder
|
int |
getInboxFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Inbox folder
|
int |
getJournalFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Journal folder
|
int |
getNotesFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Notes folder
|
int |
getTasksFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Tasks folder
|
void |
setCalendarFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Calendar folder
|
void |
setContactsFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Contacts folder
|
void |
setInboxFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Inbox folder
|
void |
setJournalFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Journal folder
|
void |
setNotesFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Notes folder
|
void |
setPermissionLevel(int permissionLevel)
Sets the permission level on all folders to the specified value
|
void |
setTasksFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Tasks folder
|
public ExchangeDelegatePermissions()
Initializes a new instance of the ExchangeDelegatePermissions
class
public int getCalendarFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Calendar folder
public void setCalendarFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Calendar folder
value
- a int.public int getTasksFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Tasks folder
public void setTasksFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Tasks folder
value
- a int.public int getInboxFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Inbox folder
public void setInboxFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Inbox folder
value
- a int.public int getContactsFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Contacts folder
public void setContactsFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Contacts folder
value
- a int.public int getNotesFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Notes folder
public void setNotesFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Notes folder
value
- a int.public int getJournalFolderPermissionLevel()
Gets or sets the permissions which the delegate user has on the default Journal folder
public void setJournalFolderPermissionLevel(int value)
Gets or sets the permissions which the delegate user has on the default Journal folder
value
- a int.public void setPermissionLevel(int permissionLevel)
Sets the permission level on all folders to the specified value
permissionLevel
- A premission level on all foldersCopyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.