Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.StandardUser

Packages that use StandardUser
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.property.complex   
 

Uses of StandardUser in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return StandardUser
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.
 

Uses of StandardUser in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return StandardUser
 StandardUser UserId.getstandardUser()
          Gets a value indicating which standard user the user represents.
 

Methods in microsoft.exchange.webservices.data.property.complex 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.property.complex 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–2015 Microsoft. All rights reserved.