IEWSClient.CreateTask

CreateTask(ExchangeTask)

Creates the given task in the default task folder.

public string CreateTask(ExchangeTask task)
ParameterTypeDescription
taskExchangeTaskA task to create.

Return Value

A task uri

Exceptions

exceptioncondition
AsposeArgumentNullExceptiontask is null.

See Also


CreateTask(string, ExchangeTask)

Creates the given task in the specified folder.

public string CreateTask(string folder, ExchangeTask task)
ParameterTypeDescription
folderStringA folder where task should be created.
taskExchangeTaskA task to create.

Return Value

A task uri

Exceptions

exceptioncondition
AsposeArgumentExceptionfolder is null or empty.
AsposeArgumentNullExceptiontask is null.

See Also