|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StandardUser in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return StandardUser | |
|---|---|
StandardUser |
UserId.getstandardUser()
* Gets a value indicating which standard user the user represents. |
static StandardUser |
StandardUser.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardUser[] |
StandardUser.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in microsoft.exchange.webservices.data with parameters of type StandardUser | |
|---|---|
static UserId |
UserId.getUserIdFromStandardUser(StandardUser standardUser)
* Implements an implicit conversion between StandardUser and UserId. |
void |
UserId.setStandardUser(StandardUser standardUser)
Sets the standard user. |
| Constructors in microsoft.exchange.webservices.data with parameters of type StandardUser | |
|---|---|
DelegateUser(StandardUser standardUser)
Initializes a new instance of the |
|
FolderPermission(StandardUser standardUser,
FolderPermissionLevel permissionLevel)
* Initializes a new instance of the FolderPermission class. |
|
UserId(StandardUser standardUser)
* Initializes a new instance. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||