Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request | |
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
DelegateInformation |
ExchangeService.getDelegates(Mailbox mailbox,
boolean includePermissions,
UserId... userIds)
Retrieves the delegates of a specific mailbox.
|
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
UserId... userIds)
Removes delegates on a specific mailbox.
|
Modifier and Type | Method and Description |
---|---|
DelegateInformation |
ExchangeService.getDelegates(Mailbox mailbox,
boolean includePermissions,
Iterable<UserId> userIds)
Retrieves the delegates of a specific mailbox.
|
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
Iterable<UserId> userIds)
Removes delegates on a specific mailbox.
|
Modifier and Type | Method and Description |
---|---|
List<UserId> |
RemoveDelegateRequest.getUserIds()
Gets the user ids.
|
List<UserId> |
GetDelegateRequest.getUserIds()
Gets the user ids.
|
Modifier and Type | Method and Description |
---|---|
UserId |
FolderPermission.getUserId()
Gets the Id of the user the permission applies to.
|
UserId |
DelegateUser.getUserId()
Gets the user Id of the delegate user.
|
static UserId |
UserId.getUserId(String primarySmtpAddress)
Implements an implicit conversion between a string representing a
primary SMTP address and UserId.
|
static UserId |
UserId.getUserIdFromStandardUser(StandardUser standardUser)
Implements an implicit conversion between StandardUser and UserId.
|
Modifier and Type | Method and Description |
---|---|
void |
FolderPermission.setUserId(UserId value)
Sets the user id.
|
Constructor and Description |
---|
FolderPermission(UserId userId,
FolderPermissionLevel permissionLevel)
Initializes a new instance of the FolderPermission class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.