Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.ResolveNameSearchLocation
-
-
Uses of ResolveNameSearchLocation in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ResolveNameSearchLocation Modifier and Type Method Description NameResolutionCollectionExchangeService. resolveName(String nameToResolve, Iterable<FolderId> parentFolderIds, ResolveNameSearchLocation searchScope, boolean returnContactDetails)Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.NameResolutionCollectionExchangeService. resolveName(String nameToResolve, Iterable<FolderId> parentFolderIds, ResolveNameSearchLocation searchScope, boolean returnContactDetails, PropertySet contactDataPropertySet)Finds contacts in the Global Address List and/or in specific contact folder that have names that match the one passed as a parameter.NameResolutionCollectionExchangeService. resolveName(String nameToResolve, ResolveNameSearchLocation searchScope, boolean returnContactDetails)Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.NameResolutionCollectionExchangeService. resolveName(String nameToResolve, ResolveNameSearchLocation searchScope, boolean returnContactDetails, PropertySet contactDataPropertySet)Finds contacts in the Global Address List that have names that match the one passed as a parameter. -
Uses of ResolveNameSearchLocation in microsoft.exchange.webservices.data.core.enumeration.search
Methods in microsoft.exchange.webservices.data.core.enumeration.search that return ResolveNameSearchLocation Modifier and Type Method Description static ResolveNameSearchLocationResolveNameSearchLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolveNameSearchLocation[]ResolveNameSearchLocation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResolveNameSearchLocation in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return ResolveNameSearchLocation Modifier and Type Method Description ResolveNameSearchLocationResolveNamesRequest. getSearchLocation()Gets the search location.Methods in microsoft.exchange.webservices.data.core.request with parameters of type ResolveNameSearchLocation Modifier and Type Method Description voidResolveNamesRequest. setSearchLocation(ResolveNameSearchLocation searchLocation)Sets the search location.
-