Uses of Class
microsoft.exchange.webservices.data.ResolveNameSearchLocation

Uses of ResolveNameSearchLocation in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
 

Methods in microsoft.exchange.webservices.data 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, 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.
 



Copyright © 2012. All Rights Reserved.