Uses of Class
microsoft.exchange.webservices.data.AlternateIdBase

Uses of AlternateIdBase in microsoft.exchange.webservices.data
 

Subclasses of AlternateIdBase in microsoft.exchange.webservices.data
 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.
 

Methods in microsoft.exchange.webservices.data that return AlternateIdBase
 AlternateIdBase ExchangeService.convertId(AlternateIdBase id, IdFormat destinationFormat)
          * Converts Id from one format to another in a single call to EWS.
 AlternateIdBase ConvertIdResponse.getConvertedId()
          Reads response elements from XML.
 

Methods in microsoft.exchange.webservices.data with parameters of type AlternateIdBase
 AlternateIdBase ExchangeService.convertId(AlternateIdBase id, IdFormat destinationFormat)
          * Converts Id from one format to another in a single call to EWS.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type AlternateIdBase
 ServiceResponseCollection<ConvertIdResponse> ExchangeService.convertIds(Iterable<AlternateIdBase> ids, IdFormat destinationFormat)
          * Converts multiple Ids from one format to another in a single call to EWS.
 



Copyright © 2012. All Rights Reserved.