| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static ContactDataShapeType |
ContactDataShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactDataShapeType[] |
ContactDataShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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.
|