| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
boolean returnFullContactData)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope,
ContactDataShapeType contactDataShape)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope,
ContactDataShapeType contactDataShape)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|