Modifier and Type | Method and Description |
---|---|
ExchangeStreamedItem[] |
IEWSClient.exportItems(String... itemIds)
Exports the specified items from mailbox
|
Modifier and Type | Method and Description |
---|---|
ExchangeUploadItemResult[] |
IEWSClient.createItems(ExchangeStreamedItem[] items,
String parentFolderUri)
Creates the specified items in the speciifed folder
|
ExchangeUploadItemResult[] |
IEWSClient.updateItems(ExchangeStreamedItem[] items,
String parentFolderUri)
Updates the specified items in to a mailbox
|