Hi,
I’m looking for someone with .NET C# experience to provide working examples of GET and PUT methods for the Google Apps Email Settings API.
Currently I have the code written to get the XML using an authcode header (https://apps-apis.google.com/a/feeds/emailsettings/2.0/{domain name}/{username}/vacation) but I need a way to read the XML into its individual entries for use in a form. I’d then like to be able to use PUT to update settings.
– Extract xml entries into strings
– Use a …
