IEWSClient.UpdateItems
IEWSClient.UpdateItems method
Updates the specified items in to a mailbox
public ExchangeUploadItemResult[] UpdateItems(ExchangeStreamedItem[] items, string parentFolderUri)
| Parameter | Type | Description |
|---|---|---|
| items | ExchangeStreamedItem[] | An items to be updated |
| parentFolderUri | String | Specifies the folder that contains the items to update |
Return Value
An array of ExchangeUploadItemResult
Exceptions
| exception | condition |
|---|---|
| AsposeArgumentNullException | items is null |
| AsposeArgumentException | items is empty |
| AsposeArgumentException | parentFolderUri is null or empty |
See Also
- class ExchangeUploadItemResult
- class ExchangeStreamedItem
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email