Represents the name portion of a user's identity.
<name> <displayName>...</displayName> </name>
None
cc:identity
The element holding the identity of a user.
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>