Share via


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.

Remarks

Examples

The following code snippet shows a contact card when it is used with the Unified Communications AJAX Service API.

XML Example of the name Element

<cwaCategory name="contactCard" instance="0" version="0" publishTime="2007-09-05T22:01:48Z">
  <contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <identity>
      <name>
        <displayName>bob</displayName>
      </name>
      <email>bob@contoso.com</email>
    </identity>
  </contactCard>
</cwaCategory>