cc:name

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents the name portion of a user's identity.

Syntax

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

Attributes

None

Parent Element

Element

Description

cc:identity

The element holding the identity of a user.

Child Elements

Element

Occurrence

Description

cc:displayName

0 - unbounded

The display name portion of a user's name.

Examples

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>