EmailListRecipientEntryDataSample1.xml 984 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
  3. xmlns:apps="http://schemas.google.com/apps/2006"
  4. xmlns:gd="http://schemas.google.com/g/2005">
  5. <atom:id>https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com</atom:id>
  6. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  7. <atom:category scheme="http://schemas.google.com/g/2005#kind"
  8. term="http://schemas.google.com/apps/2006#emailList.recipient"/>
  9. <atom:title type="text">SusanJones</atom:title>
  10. <atom:link rel="self" type="application/atom+xml"
  11. href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com"/>
  12. <atom:link rel="edit" type="application/atom+xml"
  13. href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com"/>
  14. <gd:who email="SusanJones@example.com"/>
  15. </atom:entry>