Uses of Class
microsoft.exchange.webservices.data.misc.NameResolutionCollection

Packages that use NameResolutionCollection
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.misc   
 

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

Methods in microsoft.exchange.webservices.data.core that return NameResolutionCollection
 NameResolutionCollection ExchangeService.resolveName(String nameToResolve)
          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)
          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 NameResolutionCollection in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return NameResolutionCollection
 NameResolutionCollection ResolveNamesResponse.getResolutions()
          Gets a list of name resolution suggestions.
 

Uses of NameResolutionCollection in microsoft.exchange.webservices.data.misc
 

Constructors in microsoft.exchange.webservices.data.misc with parameters of type NameResolutionCollection
NameResolution(NameResolutionCollection owner)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.