IEWSClient.UpdateTask

UpdateTask(MapiTask)

Updates the specified task.

public string UpdateTask(MapiTask task)
ParameterTypeDescription
taskMapiTaskAn MapiTask containing the task information.

Return Value

Task uri.

See Also


UpdateTask(string, MapiTask)

Updates the specified task.

public string UpdateTask(string uri, MapiTask task)
ParameterTypeDescription
uriStringTask identifier
taskMapiTaskAn ExchangeTask containing the task information.

Return Value

Task uri.

See Also


UpdateTask(string, MapiTask, IEnumerable<PropertyDescriptor>)

Updates the specified task.

public string UpdateTask(string uri, MapiTask task, 
    IEnumerable<PropertyDescriptor> additionalProperties)
ParameterTypeDescription
uriStringTask identifier
taskMapiTaskAn ExchangeTask containing the task information.
additionalPropertiesIEnumerable`1An additional MAPI properties which can be used in MAPI object.

Return Value

Task uri.

See Also


UpdateTask(ExchangeTask)

Updates the specified task.

public void UpdateTask(ExchangeTask task)
ParameterTypeDescription
taskExchangeTaskAn ExchangeTask containing the task information.

Exceptions

exceptioncondition
AsposeArgumentExceptionAn UniqueUri property of task is null or empty.
AsposeArgumentNullExceptiontask is null.

See Also


UpdateTask(ExchangeTask, UpdateTaskOptions)

Updates the specified task.

public void UpdateTask(ExchangeTask task, UpdateTaskOptions options)
ParameterTypeDescription
taskExchangeTaskAn ExchangeTask containing the task information.
optionsUpdateTaskOptionsAn updation options.

Exceptions

exceptioncondition
AsposeArgumentExceptionAn UniqueUri property of task is null or empty.
AsposeArgumentNullExceptiontask is null.

See Also