UpdateTask
Contents
[
Hide
]UpdateTask (1 of 5)
Updates the specified task.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
UpdateTask(System::SharedPtr < ExchangeTask > task)
| Parameter | Description |
|---|---|
| task | An 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)
| Parameter | Description |
|---|---|
| task | An ExchangeTask containing the task information. |
| options | An updation options. |
UpdateTask (3 of 5)
Updates the specified task.
Returns: Task uri.
UpdateTask(System::SharedPtr < Mapi::MapiTask > task)
| Parameter | Description |
|---|---|
| task | An 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)
| Parameter | Description |
|---|---|
| uri | Task identifier |
| task | An 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)
| Parameter | Description |
|---|---|
| uri | Task identifier |
| task | An ExchangeTask containing the task information. |
| additionalProperties | An additional MAPI properties which can be used in MAPI object. |