This topic has not yet been rated - Rate this topic

cc:name

Represents the name portion of a user's identity.

<name>
  <displayName>...</displayName>
</name>

ElementDescription

cc:identity

The element holding the identity of a user.

ElementOccurrenceDescription

cc:displayName

0 - unbounded

The display name portion of a user's name.

The following example shows a contact card.

XML Example of the name Element

<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <identity>
      <name>
        <displayName>bob</displayName>
      </name>
      <email>bob@contoso.com</email>
    </identity>
</contactCard>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.