Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.IdFormat
-
-
Uses of IdFormat in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type IdFormat Modifier and Type Method Description AlternateIdBaseExchangeService. 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 Modifier and Type Method Description static IdFormatIdFormat. 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 Modifier and Type Method Description IdFormatConvertIdRequest. getDestinationFormat()Gets the destination format.Methods in microsoft.exchange.webservices.data.core.request with parameters of type IdFormat Modifier and Type Method Description voidConvertIdRequest. 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 Modifier and Type Method Description IdFormatAlternateIdBase. getFormat()Gets the format in which the Id in expressed.Methods in microsoft.exchange.webservices.data.misc.id with parameters of type IdFormat Modifier and Type Method Description voidAlternateIdBase. setFormat(IdFormat format)Sets the format.Constructors in microsoft.exchange.webservices.data.misc.id with parameters of type IdFormat Constructor Description 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.
-