UpdateTask

UpdateTask (1 of 5)

Updates the specified task.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

UpdateTask(System::SharedPtr < ExchangeTask > task)
ParameterDescription
taskAn ExchangeTask containing the task information.

UpdateTask (2 of 5)

Updates the specified task.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

UpdateTask(System::SharedPtr < ExchangeTask > task, UpdateTaskOptions options)
ParameterDescription
taskAn ExchangeTask containing the task information.
optionsAn updation options.

UpdateTask (3 of 5)

Updates the specified task.

Returns: Task uri.

UpdateTask(System::SharedPtr < Mapi::MapiTask > task)
ParameterDescription
taskAn MapiTask containing the task information.

UpdateTask (4 of 5)

Updates the specified task.

Returns: Task uri.

UpdateTask(System::String uri, System::SharedPtr < Mapi::MapiTask > task)
ParameterDescription
uriTask identifier
taskAn ExchangeTask containing the task information.

UpdateTask (5 of 5)

Updates the specified task.

Returns: Task uri.

UpdateTask(System::String uri, System::SharedPtr < Mapi::MapiTask > task, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < Mapi::PropertyDescriptor >>> additionalProperties)
ParameterDescription
uriTask identifier
taskAn ExchangeTask containing the task information.
additionalPropertiesAn additional MAPI properties which can be used in MAPI object.