Modifier and Type | Method and Description |
---|---|
AlternateIdBase |
ExchangeService.convertId(AlternateIdBase id,
IdFormat destinationFormat)
Converts Id from one format to another in a single call to EWS.
|
Modifier and Type | Method and Description |
---|---|
AlternateIdBase |
ExchangeService.convertId(AlternateIdBase id,
IdFormat destinationFormat)
Converts Id from one format to another in a single call to EWS.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponseCollection<ConvertIdResponse> |
ExchangeService.convertIds(Iterable<AlternateIdBase> ids,
IdFormat destinationFormat)
Converts multiple Ids from one format to another in a single call to
EWS.
|
Modifier and Type | Method and Description |
---|---|
List<AlternateIdBase> |
ConvertIdRequest.getIds()
Gets the ids.
|
Modifier and Type | Method and Description |
---|---|
AlternateIdBase |
ConvertIdResponse.getConvertedId()
Reads response elements from XML.
|
Modifier and Type | Class and Description |
---|---|
class |
AlternateId
Represents an Id expressed in a specific format.
|
class |
AlternatePublicFolderId
Represents the Id of a public folder expressed in a specific format.
|
class |
AlternatePublicFolderItemId
Represents the Id of a public folder item expressed in a specific format.
|
Copyright © 2012–2015 Microsoft. All rights reserved.