IGmailClient.GetContact
GetContact(string)
Fetches contact
public Contact GetContact(string contactUri)
Parameter | Type | Description |
---|---|---|
contactUri | String | String, that represents contact’s uri |
Return Value
Contact
object, that represents a contact of gmail
Exceptions
exception | condition |
---|---|
WebException | when operation fails |
See Also
- class Contact
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
GetContact(Contact)
Contact to refreshContact
object, that represents a contact of gmail when operation fails
public Contact GetContact(Contact contact)
See Also
- class Contact
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email