|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of UserId in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data 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 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. |
void |
FolderPermission.setUserId(UserId value)
Sets the user id. |
| Method parameters in microsoft.exchange.webservices.data 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. |
| Constructors in microsoft.exchange.webservices.data with parameters of type UserId | |
|---|---|
FolderPermission(UserId userId,
FolderPermissionLevel permissionLevel)
* Initializes a new instance of the FolderPermission class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||