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

Uses of IdFormat in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return IdFormat
 IdFormat AlternateIdBase.getFormat()
          Gets the format in which the Id in expressed.
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.
 

Methods in microsoft.exchange.webservices.data 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.
 void AlternateIdBase.setFormat(IdFormat format)
          Sets the format.
 

Constructors in microsoft.exchange.webservices.data 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. All Rights Reserved.