Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.StandardUser
-
Packages that use StandardUser Package Description 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 Modifier and Type Method Description static StandardUserStandardUser. 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 Modifier and Type Method Description StandardUserUserId. getstandardUser()Gets a value indicating which standard user the user represents.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type StandardUser Modifier and Type Method Description static UserIdUserId. getUserIdFromStandardUser(StandardUser standardUser)Implements an implicit conversion between StandardUser and UserId.voidUserId. setStandardUser(StandardUser standardUser)Sets the standard user.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type StandardUser Constructor Description DelegateUser(StandardUser standardUser)Initializes a new instance of theDelegateUserclass.FolderPermission(StandardUser standardUser, FolderPermissionLevel permissionLevel)Initializes a new instance of the FolderPermission class.UserId(StandardUser standardUser)Initializes a new instance.
-