IGmailClient.GetContact

GetContact(string)

Fetches contact

public Contact GetContact(string contactUri)
ParameterTypeDescription
contactUriStringString, that represents contact’s uri

Return Value

Contact object, that represents a contact of gmail

Exceptions

exceptioncondition
WebExceptionwhen operation fails

See Also


GetContact(Contact)

Contact to refreshContact object, that represents a contact of gmail when operation fails

public Contact GetContact(Contact contact)

See Also