Click or drag to resize

GoogleApiGetContacts(String) Method

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.

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

Parameters

email  String
Email address for which contacts should be downloaded.

Return Value

XmlDocument
User's contacts.
See Also