IAsyncEwsClient.CopyItemAsync
IAsyncEwsClient.CopyItemAsync method
Copies the item to specified folder
public Task<string> CopyItemAsync(string itemUri, string destinationFolderUri,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
itemUri | String | The item URI |
destinationFolderUri | String | The destination folder URI |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
An uri of the copied message
Exceptions
exception | condition |
---|---|
AsposeArgumentException | itemUri is null or empty |
AsposeArgumentException | destinationFolderUri is null or empty |
See Also
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email