4.1.2 Contact Known Entity
The mail add-in requests the Contact known entities on a message. The client checks the value of the PidNameExtractedContacts property (section 2.2.2.2) and finds the following XML document.
-
<?xml version="1.0" encoding="utf-16"?> <ContactSet> <Version>15.0.0.0</Version> <Contacts> <Contact> <Person StartIndex="63" Position="Other"> <PersonString>Kim Akers</PersonString> </Person> <Phones> <Phone StartIndex="91" Position="Other"> <PhoneString>4255550102</PhoneString> <OriginalPhoneString>425.555.0102</OriginalPhoneString> </Phone> </Phones> <Emails> <Email StartIndex="74" Position="Other"> <EmailString>kim@contoso.com</EmailString> </Email> </Emails> <ContactString>Kim Akers kim@contoso.com 425.555.0102 </ContactString> </Contact> </Contacts> </ContactSet>