Welcome Guest, Not a member yet? Register   Sign In
Fetch contacts from Hotmail
#10

[eluser]MrBaseball34[/eluser]
Code:
Example of abdata returned from Hotmail:

<?xml version="1.0" encoding="utf-8"?>
  <D:multistatus xmlns:c="urn:schemas:contacts:" xmlns:h="http://schemas.microsoft.com/hotmail/" xmlns:D="DAV:">
    <D:response>
      <D:href>http://contacts.msn.com/cgi-bin/hmdata/[email protected]/abdata/1dbd0527-13ea-4cca-8c4e-1cf32a34f7a8.0</D:href>
      <D:propstat>
        <D:prop>
          <D:id>1dbd0527-13ea-4cca-8c4e-1cf32a34f7a8.0</D:id>
          <h:modified>2008-02-21T10:07:17</h:modified>
          <c:nickname>president</c:nickname>
          <c:mail>[email protected]</c:mail>
          <c:givenName>George W. Bush</c:givenName>
          <c:sn>Bush</c:sn>
          <c:homeStreet>1600 Pennsylvania Ave. NW</c:homeStreet>
          <c:homeCity>Washington</c:homeCity>
          <c:homeState>DC</c:homeState>
          <c:homePostalCode>20500</c:homePostalCode>
          <c:homeCountry>USA</c:homeCountry>
          <c:o>White House</c:o>
          <c:street>1600 Pennsylvania Ave. NW</c:street>
          <c:l>Washington</c:l>
          <c:st>DC</c:st>
          <c:postalcode>20500</c:postalcode>
          <c:co>USA</c:co>
          <c:homePhone>202-456-1414</c:homePhone>
          <c:telephoneNumber>202-456-1111</c:telephoneNumber>
          <c:pager>none</c:pager>
          <c:homeFax>202-456-2461</c:homeFax>
          <c:mobile>none</c:mobile>
          <c:otherTelephone>none</c:otherTelephone>
          <c:bday>1946-07-06</c:bday>
        </D:prop>
        <D:status>HTTP/1.1 200 OK: Properties Found</D:status>
      </D:propstat>
    </D:response>
    <D:response>
      <D:href>http://contacts.msn.com/cgi-bin/hmdata/[email protected]/abdata/b7f66989-4f4a-440e-ab97-251a44c07d07.1</D:href>
      <D:propstat>
        <D:prop>
          <D:id>b7f66989-4f4a-440e-ab97-251a44c07d07.1</D:id>
          <h:modified>2007-10-24T06:34:42</h:modified>
          <c:group />
          <c:nickname>Coworkers</c:nickname>
        </D:prop>
        <D:status>HTTP/1.1 200 OK: Properties Found</D:status>
      </D:propstat>
    </D:response>
    <D:response>
      <D:href>http://contacts.msn.com/cgi-bin/hmdata/[email protected]/abdata/c7441b9c-35a9-4f18-aefb-7b2a7ad2bef2.1</D:href>
      <D:propstat>
        <D:prop>
          <D:id>c7441b9c-35a9-4f18-aefb-7b2a7ad2bef2.1</D:id>
          <h:modified>2008-02-21T10:07:17</h:modified>
          <c:group />
          <c:nickname>Family</c:nickname>
        </D:prop>
        <D:status>HTTP/1.1 200 OK: Properties Found</D:status>
      </D:propstat>
    </D:response>
    <D:response>
      <D:href>http://contacts.msn.com/cgi-bin/hmdata/[email protected]/abdata/ebcf516d-7e5a-4c0f-b73f-99ffd7a38f4d.1</D:href>
      <D:propstat>
        <D:prop>
          <D:id>ebcf516d-7e5a-4c0f-b73f-99ffd7a38f4d.1</D:id>
          <h:modified>2007-10-24T06:34:42</h:modified>
          <c:group />
          <c:nickname>Friends</c:nickname>
          <c:mail>[email protected]/c:mail>
        </D:prop>
        <D:status>HTTP/1.1 200 OK: Properties Found</D:status>
      </D:propstat>
    </D:response>
  </D:multistatus>


Data returned in FResponseHdrs (includes error):
Date: Thu, 21 Feb 2008 16:22:21 GMT
Server: Microsoft-IIS/6.0
P3P:CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"
X-Powered-By: ASP.NET
X-MSNSERVER: BAYABCHWBB134
X-AspNet-Version: 2.0.50727
X-Dav-Error: 801 Invalid User-Agent
Cache-Control: private
Content-Length: 0


Messages In This Thread
Fetch contacts from Hotmail - by El Forum - 01-31-2008, 05:01 AM
Fetch contacts from Hotmail - by El Forum - 01-31-2008, 05:04 AM
Fetch contacts from Hotmail - by El Forum - 01-31-2008, 08:50 AM
Fetch contacts from Hotmail - by El Forum - 01-31-2008, 10:36 AM
Fetch contacts from Hotmail - by El Forum - 02-20-2008, 03:35 PM
Fetch contacts from Hotmail - by El Forum - 02-20-2008, 04:39 PM
Fetch contacts from Hotmail - by El Forum - 02-20-2008, 04:48 PM
Fetch contacts from Hotmail - by El Forum - 02-20-2008, 08:17 PM
Fetch contacts from Hotmail - by El Forum - 02-21-2008, 12:24 PM
Fetch contacts from Hotmail - by El Forum - 02-21-2008, 12:24 PM
Fetch contacts from Hotmail - by El Forum - 02-21-2008, 12:44 PM
Fetch contacts from Hotmail - by El Forum - 10-10-2010, 01:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB