IGmailClient.GetPhoto
GetPhoto(ContactPhoto)
Fetches a contact photo
public ContactPhoto GetPhoto(ContactPhoto photo)
Parameter | Type | Description |
---|---|---|
photo | ContactPhoto | ContactPhoto object with identifier |
Return Value
Returns a contact photo
See Also
- class ContactPhoto
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
GetPhoto(string)
Fetches a contact photo
public ContactPhoto GetPhoto(string photoUri)
Parameter | Type | Description |
---|---|---|
photoUri | String | Uri of an image. |
Return Value
Returns a contact photo
See Also
- class ContactPhoto
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email