IEWSClient.CreateItems

IEWSClient.CreateItems method

Creates the specified items in the speciifed folder

public ExchangeUploadItemResult[] CreateItems(ExchangeStreamedItem[] items, string parentFolderUri)
ParameterTypeDescription
itemsExchangeStreamedItem[]An items to be uploaded
parentFolderUriStringSpecifies the folder in which to place the items

Return Value

An array of ExchangeUploadItemResult

Exceptions

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

See Also