Skip to content

Instantly share code, notes, and snippets.

@QuLogic
Created November 14, 2014 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuLogic/5f44c223271c26cdb4b5 to your computer and use it in GitHub Desktop.
Save QuLogic/5f44c223271c26cdb4b5 to your computer and use it in GitHub Desktop.
MSN AB contact examples
<Contact>
<contactId>...GUID...</contactId>
<contactInfo>
<annotations>
<Annotation>
<Name>Live.AB.UserTileHash</Name>
<Value>Base 64 of hash</Value>
</Annotation>
</annotations>
<groupIds>
<guid>...GUID...</guid>
</groupIds>
<contactType>Regular</contactType>
<quickName>name</quickName>
<firstName>name</firstName>
<passportName>email</passportName>
<IsPassportNameHidden>false</IsPassportNameHidden>
<displayName>name</displayName>
<puid>0</puid>
<CID></CID>
<IsNotMobileVisible>false</IsNotMobileVisible>
<isMobileIMEnabled>false</isMobileIMEnabled>
<isMessengerUser>true</isMessengerUser>
<isFavorite>false</isFavorite>
<isSmtp>false</isSmtp>
<hasSpace>false</hasSpace>
<spotWatchState>NoDevice</spotWatchState>
<birthdate>0001-01-01T00:00:00Z</birthdate>
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
<FileAs>name</FileAs>
<IsPrivate>false</IsPrivate>
<IsHidden>false</IsHidden>
<Gender>Unspecified</Gender>
<TimeZone>None</TimeZone>
<URLs>
<ContactURL>
<Changes/>
<URLId>1</URLId>
<URLType>Other</URLType>
<URLName>UserTile:M</URLName>
<URL>http://blufiles.storage.msn.com/static/18</URL><!-- This is a builtin display pic. -->
<LastChange>2014-11-11T23:58:58.32-08:00</LastChange>
</ContactURL>
<ContactURL>
<Changes/>
<URLId>-1</URLId>
<URLType>Other</URLType>
<URLName>UserTile:L</URLName>
<URL>http://...</URL>
<LastChange>0001-01-01T00:00:00</LastChange>
</ContactURL>
<ContactURL>
<Changes/>
<URLId>-1</URLId>
<URLType>Other</URLType>
<URLName>UserTile:XL</URLName>
<URL>https://...</URL>
<LastChange>0001-01-01T00:00:00</LastChange>
</ContactURL>
</URLs>
<NetworkInfoList>
<NetworkInfo>
<DomainId>1</DomainId>
<SourceId>WL</SourceId>
<RelationshipType>3</RelationshipType>
<RelationshipState>2</RelationshipState>
<RelationshipStateDate>2010-06-21T19:42:42.73-07:00</RelationshipStateDate>
<RelationshipRole>0</RelationshipRole>
<NDRCount>0</NDRCount>
<InviterCID>0</InviterCID>
<CreateDate>2010-06-21T19:42:42.723-07:00</CreateDate>
<LastChanged>2010-06-21T19:42:42.73-07:00</LastChanged>
<PropertiesChanged/>
<Settings>0</Settings>
<AccountName></AccountName>
</NetworkInfo>
</NetworkInfoList>
<PublicDisplayName>name</PublicDisplayName>
<LinkInfo>
<PersonID>...GUID...</PersonID>
</LinkInfo>
<IsShellContact>false</IsShellContact>
<TrustLevel>2</TrustLevel>
<PropertiesChanged/>
</contactInfo>
<propertiesChanged/>
<fDeleted>false</fDeleted>
<CreateDate>0001-01-01T00:00:00-08:00</CreateDate>
<lastChange>2014-11-11T23:58:58.343-08:00</lastChange>
</Contact>
<Contact>
<contactId>...GUID...</contactId>
<contactInfo>
<emails>
<ContactEmail>
<contactEmailType>ContactEmailPersonal</contactEmailType>
<email>email</email>
<isMessengerEnabled>false</isMessengerEnabled>
<Capability>0</Capability>
<MessengerEnabledExternally>false</MessengerEnabledExternally>
<propertiesChanged/>
</ContactEmail>
</emails>
<contactType>Regular</contactType>
<quickName>name</quickName>
<firstName>name</firstName>
<lastName>name</lastName>
<IsPassportNameHidden>false</IsPassportNameHidden>
<displayName>name</displayName>
<puid>0</puid>
<CID>0</CID>
<IsNotMobileVisible>false</IsNotMobileVisible>
<isMobileIMEnabled>false</isMobileIMEnabled>
<isMessengerUser>false</isMessengerUser>
<isFavorite>true</isFavorite>
<isSmtp>false</isSmtp>
<hasSpace>false</hasSpace>
<spotWatchState>NoDevice</spotWatchState>
<birthdate>0001-01-01T00:00:00Z</birthdate>
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
<FileAs>name</FileAs>
<IsPrivate>false</IsPrivate>
<IsHidden>false</IsHidden>
<Gender>Unspecified</Gender>
<TimeZone>None</TimeZone>
<LinkInfo>
<PersonID>...GUID...</PersonID>
</LinkInfo>
<IsShellContact>false</IsShellContact>
<TrustLevel>0</TrustLevel>
<PropertiesChanged/>
</contactInfo>
<propertiesChanged/>
<fDeleted>false</fDeleted>
<CreateDate>0001-01-01T00:00:00-08:00</CreateDate>
<lastChange>2012-06-29T17:49:24.953-07:00</lastChange>
<LastModifiedBy>ABPersonMigrate</LastModifiedBy>
</Contact>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment