Hi, I wish to add a note to a ContactEntry using the .Net API. I can see that the notes are stored under ContactEntry.Content.Content and they are of type AtomContent, but altering the notes field using the code below does not work, and gives an error when saving.
GoogleContact.Content.Content = "This is a new note" Can someone provide me with some sample code to save the note value in .Net ? I could not find an example of how to do this anywhere. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
