Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.response | |
microsoft.exchange.webservices.data.misc |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
NameResolutionCollection |
ResolveNamesResponse.getResolutions()
Gets a list of name resolution suggestions.
|
Constructor and Description |
---|
NameResolution(NameResolutionCollection owner)
Initializes a new instance of the class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.