Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.ResolveNameSearchLocation

Packages that use ResolveNameSearchLocation
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.search   
microsoft.exchange.webservices.data.core.request   
 

Uses of ResolveNameSearchLocation in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type ResolveNameSearchLocation
 NameResolutionCollection ExchangeService.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.
 NameResolutionCollection ExchangeService.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.
 NameResolutionCollection ExchangeService.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.
 NameResolutionCollection ExchangeService.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
static ResolveNameSearchLocation ResolveNameSearchLocation.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
 ResolveNameSearchLocation ResolveNamesRequest.getSearchLocation()
          Gets the search location.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type ResolveNameSearchLocation
 void ResolveNamesRequest.setSearchLocation(ResolveNameSearchLocation searchLocation)
          Sets the search location.
 



Copyright © 2012–2015 Microsoft. All rights reserved.