GetContact
IGmailClient.GetContact method (1 of 2)
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
IGmailClient.GetContact method (2 of 2)
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