|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of NameResolutionCollection in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data 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,
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. |
| Constructors in microsoft.exchange.webservices.data with parameters of type NameResolutionCollection | |
|---|---|
NameResolution(NameResolutionCollection owner)
Initializes a new instance of the class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||