IGraphClientAsync.UpdateCategoryAsync

IGraphClientAsync.UpdateCategoryAsync method

Asynchronously updates an Outlook category.

public Task<OutlookCategory> UpdateCategoryAsync(OutlookCategory category, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
categoryOutlookCategoryThe OutlookCategory to update.
cancellationTokenCancellationTokenA 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