IGraphClientAsync.UpdateCategoryAsync
IGraphClientAsync.UpdateCategoryAsync method
Asynchronously updates an Outlook category.
public Task<OutlookCategory> UpdateCategoryAsync(OutlookCategory category,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| category | OutlookCategory | The OutlookCategory to update. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the updated OutlookCategory.
See Also
- class OutlookCategory
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email