IEWSClient.UpdateItems

IEWSClient.UpdateItems method

Updates the specified items in to a mailbox

public ExchangeUploadItemResult[] UpdateItems(ExchangeStreamedItem[] items, string parentFolderUri)
ParameterTypeDescription
itemsExchangeStreamedItem[]An items to be updated
parentFolderUriStringSpecifies the folder that contains the items to update

Return Value

An array of ExchangeUploadItemResult

Exceptions

exceptioncondition
AsposeArgumentNullExceptionitems is null
AsposeArgumentExceptionitems is empty
AsposeArgumentExceptionparentFolderUri is null or empty

See Also