IGraphClientAsync.UpdateContactAsync
IGraphClientAsync.UpdateContactAsync method
Asynchronously updates a contact.
public Task<MapiContact> UpdateContactAsync(MapiContact contact,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| contact | MapiContact | The MapiContact 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 MapiContact.
See Also
- class MapiContact
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email