IGmailClient.GetContactsFromGroup

IGmailClient.GetContactsFromGroup method

Fetches contacts belonging to the group specified.

public Contact[] GetContactsFromGroup(string groupId)
ParameterTypeDescription
groupIdStringstring that represents group id for a contact

Return Value

Contacts array

Exceptions

exceptioncondition
ArgumentNullExceptiongroupId is null or empty.
WebExceptionwhen operation fails

See Also