Uses of Class
microsoft.exchange.webservices.data.misc.NameResolutionCollection
-
Packages that use NameResolutionCollection Package Description 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 Modifier and Type Method Description NameResolutionCollectionExchangeService. 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.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 NameResolutionCollection in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return NameResolutionCollection Modifier and Type Method Description NameResolutionCollectionResolveNamesResponse. 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 Constructor Description NameResolution(NameResolutionCollection owner)Initializes a new instance of the class.
-