|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserId | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.core.request | |
| microsoft.exchange.webservices.data.property.complex | |
| Uses of UserId in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type UserId | |
|---|---|
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. |
| Method parameters in microsoft.exchange.webservices.data.core with type arguments of type UserId | |
|---|---|
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. |
| Uses of UserId in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type UserId | |
|---|---|
List<UserId> |
RemoveDelegateRequest.getUserIds()
Gets the user ids. |
List<UserId> |
GetDelegateRequest.getUserIds()
Gets the user ids. |
| Uses of UserId in microsoft.exchange.webservices.data.property.complex |
|---|
| Methods in microsoft.exchange.webservices.data.property.complex that return UserId | |
|---|---|
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. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type UserId | |
|---|---|
void |
FolderPermission.setUserId(UserId value)
Sets the user id. |
| Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type UserId | |
|---|---|
FolderPermission(UserId userId,
FolderPermissionLevel permissionLevel)
Initializes a new instance of the FolderPermission class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||