IAsyncEwsClient.CreateTaskAsync

IAsyncEwsClient.CreateTaskAsync method

Creates the given task in the specified folder.

public Task<string> CreateTaskAsync(ExchangeTask task, string folder = null, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
taskExchangeTaskA task to create.
folderStringA folder where task should be created. The folder TasksUri is used by default.
cancellationTokenCancellationTokenThe cancellation token.

Exceptions

exceptioncondition
AsposeArgumentNullExceptiontask is null.

See Also