Represents the folder permissions for the delegate user More...
Inherits Object.
Public Member Functions | |
ExchangeDelegateFolderPermissionLevel | get_CalendarFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Calendar folder More... | |
void | set_CalendarFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Calendar folder More... | |
ExchangeDelegateFolderPermissionLevel | get_TasksFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Tasks folder More... | |
void | set_TasksFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Tasks folder More... | |
ExchangeDelegateFolderPermissionLevel | get_InboxFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Inbox folder More... | |
void | set_InboxFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Inbox folder More... | |
ExchangeDelegateFolderPermissionLevel | get_ContactsFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Contacts folder More... | |
void | set_ContactsFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Contacts folder More... | |
ExchangeDelegateFolderPermissionLevel | get_NotesFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Notes folder More... | |
void | set_NotesFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Notes folder More... | |
ExchangeDelegateFolderPermissionLevel | get_JournalFolderPermissionLevel () const |
Gets the permissions which the delegate user has on the default Journal folder More... | |
void | set_JournalFolderPermissionLevel (ExchangeDelegateFolderPermissionLevel value) |
Sets the permissions which the delegate user has on the default Journal folder More... | |
ExchangeDelegatePermissions () | |
Initializes a new instance of the ExchangeDelegatePermissions class More... | |
void | SetPermissionLevel (ExchangeDelegateFolderPermissionLevel permissionLevel) |
Sets the permission level on all folders to the specified value More... | |
Represents the folder permissions for the delegate user
Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::ExchangeDelegatePermissions | ( | ) |
Initializes a new instance of the ExchangeDelegatePermissions class
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_CalendarFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Calendar folder
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_ContactsFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Contacts folder
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_InboxFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Inbox folder
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_JournalFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Journal folder
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_NotesFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Notes folder
ExchangeDelegateFolderPermissionLevel Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::get_TasksFolderPermissionLevel | ( | ) | const |
Gets the permissions which the delegate user has on the default Tasks folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_CalendarFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Calendar folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_ContactsFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Contacts folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_InboxFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Inbox folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_JournalFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Journal folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_NotesFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Notes folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::set_TasksFolderPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | value | ) |
Sets the permissions which the delegate user has on the default Tasks folder
void Aspose::Email::Clients::Exchange::WebService::ExchangeDelegatePermissions::SetPermissionLevel | ( | ExchangeDelegateFolderPermissionLevel | permissionLevel | ) |
Sets the permission level on all folders to the specified value
permissionLevel | A premission level on all folders |