Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.IdFormat

Packages that use IdFormat
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.misc   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc.id   
 

Uses of IdFormat in microsoft.exchange.webservices.data.core
 

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

Uses of IdFormat in microsoft.exchange.webservices.data.core.enumeration.misc
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return IdFormat
static IdFormat IdFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdFormat[] IdFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IdFormat in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return IdFormat
 IdFormat ConvertIdRequest.getDestinationFormat()
          Gets the destination format.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type IdFormat
 void ConvertIdRequest.setDestinationFormat(IdFormat destinationFormat)
          Sets the destination format.
 

Uses of IdFormat in microsoft.exchange.webservices.data.misc.id
 

Methods in microsoft.exchange.webservices.data.misc.id that return IdFormat
 IdFormat AlternateIdBase.getFormat()
          Gets the format in which the Id in expressed.
 

Methods in microsoft.exchange.webservices.data.misc.id with parameters of type IdFormat
 void AlternateIdBase.setFormat(IdFormat format)
          Sets the format.
 

Constructors in microsoft.exchange.webservices.data.misc.id with parameters of type IdFormat
AlternateId(IdFormat format, String id, String mailbox)
          Initializes a new instance of the class.
AlternateId(IdFormat format, String id, String mailbox, boolean isArchive)
          Initializes a new instance of the AlternateId class.
AlternateIdBase(IdFormat format)
          Initializes a new instance of the class.
AlternatePublicFolderId(IdFormat format, String folderId)
          Initializes a new instance of AlternatePublicFolderId.
AlternatePublicFolderItemId(IdFormat format, String folderId, String itemId)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.