Uses of Class
microsoft.exchange.webservices.data.StandardUser

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 class.
FolderPermission(StandardUser standardUser, FolderPermissionLevel permissionLevel)
          * Initializes a new instance of the FolderPermission class.
UserId(StandardUser standardUser)
          * Initializes a new instance.
 



Copyright © 2012. All Rights Reserved.