Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The XML example in this topic is a friend XML string returned to the Outlook Social Connector (OSC) after it calls the ISocialPerson::GetFriendsAndColleagues method. The example shows the friends XML for two friends, each delimited by the person element. Each friend specifies a unique value for the userID element on the social network.
The remaining elements of the friends XML have self-explanatory names. For detailed description of these elements, see XML for Friends.
XML example
The following example shows the friends XML for two persons on the social network.
<?xml version="1.0" encoding="utf-8"?>
<friends xmlns="http://schemas.microsoft.com/office/outlook/2010/06/socialprovider.xsd">
<person>
<userID>4667647</userID>
<firstName>Melissa</firstName>
<lastName>MacBeth</lastName>
<nickname></nickname>
<fileAs>MacBeth, Melissa (Contoso Ltd.)</fileAs>
<company>Contoso Ltd.</company>
<title>Product Manager</title>
<anniversary>2005-05-17</anniversary>
<birthday>1979-08-09</birthday>
<emailAddress>melissa@contoso.com</emailAddress>
<emailAddress2>melissa@fabrikam.com</emailAddress2>
<emailAddress3>melissa@adventureworks.com</emailAddress3>
<webProfilePage>https://contoso.com/melissa</webProfilePage>
<phone>800-555-1212</phone>
<cell>888-555-1212</cell>
<workPhone>425-555-1212</workPhone>
<creationTime>2010-01-08T08:30:20-08:00</creationTime>
<lastModificationTime>2010-01-08T11:40:14-08:00</lastModificationTime>
<expirationTime>2010-01-09T11:40:14-08:00</expirationTime>
<gender>female</gender>
<index>0</index>
</person>
<person>
<userID>5015012</userID>
<firstName>Michael</firstName>
<lastName>Affronti</lastName>
<nickname>Mr. Social</nickname>
<fileAs>Affronti, Michael (Contoso Ltd.)</fileAs>
<company>Contoso Ltd.</company>
<title>Sales Director</title>
<anniversary>2009-06-21</anniversary>
<birthday>1980-09-10</birthday>
<emailAddress>michael@contoso.com</emailAddress>
<emailAddress2>michael@fabrikam.com</emailAddress2>
<emailAddress3>michael@adventureworks.com</emailAddress3>
<webProfilePage>https://contoso.com/michael</webProfilePage>
<phone>800-555-1212</phone>
<cell>888-555-1212</cell>
<workPhone>425-555-1212</workPhone>
<creationTime>2010-01-08T08:30:20-08:00</creationTime>
<lastModificationTime>2010-01-08T11:40:14-08:00</lastModificationTime>
<expirationTime>2010-01-09T11:40:14-08:00</expirationTime>
<gender>male</gender>
<index>1</index>
</person>
</friends>