Click or drag to resize

GoogleApiGetContacts Method

Overload List
 NameDescription
Public methodGetContacts Gets all contacts of the default user. You need to specify ContactsScope when calling GetAuthorizationUrl(ListGoogleScope) or GetAuthorizationUrl(String, ListGoogleScope) to be able to use this method.
Public methodGetContacts(String) Gets all contacts of the specified user. You need to specify ContactsScope when calling GetAuthorizationUrl(ListGoogleScope) or GetAuthorizationUrl(String, ListGoogleScope) to be able to use this method.
Top
See Also