IAsyncEwsClient.MoveItemAsync

IAsyncEwsClient.MoveItemAsync method

Moves the item to specified folder

public Task<string> MoveItemAsync(string itemUri, string destinationFolderUri, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
itemUriStringThe item URI
destinationFolderUriStringThe destination folder URI
cancellationTokenCancellationTokenThe cancellation token.

Return Value

An uri of the moved message

See Also