IAsyncEwsClient.MoveItemAsync
IAsyncEwsClient.MoveItemAsync method
Moves the item to specified folder
public Task<string> MoveItemAsync(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 moved message
See Also
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email