IGmailClientAsync.UpdateContactAsync
IGmailClientAsync.UpdateContactAsync method
Asynchronously updates a contact.
public Task<Contact> UpdateContactAsync(Contact contact,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| contact | Contact | The contact to update. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the updated Contact.
See Also
- class Contact
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email