Share via


cc:displayName

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.

Contains the user's display name.

Syntax

<displayName>...</displayName>

Attributes

None

Parent Element

Element Description

cc:name

The name element.

Child Elements

None

Remarks

Examples

XML Example of the displayName Element

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