Click or drag to resize

GoogleApiGetContacts Method

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.

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public XmlDocument GetContacts()

Return Value

XmlDocument
User's contacts.
See Also