IGmailClient.CreateContact
CreateContact(Contact)
Creates contact for specified email
public string CreateContact(Contact contact)
Parameter | Type | Description |
---|---|---|
contact | Contact | A contact to create. |
Return Value
Returns contact uri
See Also
- class Contact
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
CreateContact(Contact, string)
Creates contact for specified email
public string CreateContact(Contact contact, string emailAddress)
Parameter | Type | Description |
---|---|---|
contact | Contact | A contact to create. |
emailAddress | String | Email address |
Return Value
Returns contact uri
See Also
- class Contact
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email