Uses of Class
microsoft.exchange.webservices.data.property.complex.UserId
-
Packages that use UserId Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request microsoft.exchange.webservices.data.property.complex -
-
Uses of UserId in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type UserId Modifier and Type Method Description DelegateInformationExchangeService. 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.Method parameters in microsoft.exchange.webservices.data.core with type arguments of type UserId Modifier and Type Method Description DelegateInformationExchangeService. 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. -
Uses of UserId in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type UserId Modifier and Type Method Description List<UserId>GetDelegateRequest. getUserIds()Gets the user ids.List<UserId>RemoveDelegateRequest. getUserIds()Gets the user ids. -
Uses of UserId in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return UserId Modifier and Type Method Description UserIdDelegateUser. getUserId()Gets the user Id of the delegate user.UserIdFolderPermission. getUserId()Gets the Id of the user the permission applies to.static UserIdUserId. getUserId(String primarySmtpAddress)Implements an implicit conversion between a string representing a primary SMTP address and UserId.static UserIdUserId. getUserIdFromStandardUser(StandardUser standardUser)Implements an implicit conversion between StandardUser and UserId.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type UserId Modifier and Type Method Description voidFolderPermission. setUserId(UserId value)Sets the user id.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type UserId Constructor Description FolderPermission(UserId userId, FolderPermissionLevel permissionLevel)Initializes a new instance of the FolderPermission class.
-