IGmailClient.GetPhoto

GetPhoto(ContactPhoto)

Fetches a contact photo

public ContactPhoto GetPhoto(ContactPhoto photo)
ParameterTypeDescription
photoContactPhotoContactPhoto object with identifier

Return Value

Returns a contact photo

See Also


GetPhoto(string)

Fetches a contact photo

public ContactPhoto GetPhoto(string photoUri)
ParameterTypeDescription
photoUriStringUri of an image.

Return Value

Returns a contact photo

See Also