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
Attribute |
Data Type |
Description |
---|---|---|
LCID |
unsigned integer |
Optional attribute indicating the language ID for the string representing the display name. |
updated |
DateTime |
Optional attribute indicating the time when this element was last updated. |
Any attribute |
Any type |
Optional custom attribute |
Parent Element
Element |
Description |
---|---|
The name element. |
Child Elements
None
Remarks
This element can contain a localizable string.
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>