Gmail Agent API v0.6.1 Library

GmailAdapter.AddContact Method 

Adds a contact into the address book. Emails that already exist will be updated with the new information.

public bool AddContact(
   string name,
   string email,
   string notes
);

Parameters

name
Contact display name.
email
Contact email address.
notes
Optional notes.

Return Value

True if Gmail accepted the command; false otherwise.

See Also

GmailAdapter Class | Johnvey.GmailAgent Namespace