IGmailClient.GetContactsFromGroup
IGmailClient.GetContactsFromGroup method
Fetches contacts belonging to the group specified.
public Contact[] GetContactsFromGroup(string groupId)
| Parameter | Type | Description |
|---|---|---|
| groupId | String | string that represents group id for a contact |
Return Value
Contacts array
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | groupId is null or empty. |
| WebException | when operation fails |
See Also
- class Contact
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email