IGmailClientAsync.GetContactsFromGroupAsync
Contents
[
Hide
]GetContactsFromGroupAsync(GoogleContactGroup, CancellationToken)
Asynchronously retrieves contacts from a contact group.
public Task<Contact[]> GetContactsFromGroupAsync(GoogleContactGroup contactGroup,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| contactGroup | GoogleContactGroup | The contact group. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains an array of Contact.
See Also
- class Contact
- class GoogleContactGroup
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
GetContactsFromGroupAsync(string, CancellationToken)
Asynchronously retrieves contacts from a contact group by group ID.
public Task<Contact[]> GetContactsFromGroupAsync(string groupId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| groupId | String | The group ID. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains an array of Contact.
See Also
- class Contact
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email