Share via


cc:displayString

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.

Specifies the display string of a phone number.

Syntax

<displayString >...</displayString>

Attributes

Attribute

Data Type

Description

LCID

uint

Optional attribute indicating the language ID for the string representing the display string of a telephone.

updated

DateTime

Optional attribute indicating the time when this element was last updated.

Any attribute

Any type

Optional custom attribute.

Parent Element

Element

Description

cc:phone

Specifies a phone number shown in a contact card.

Child Elements

None

Remarks

This element is similarly defined in the userInformation (ui) Namespace.

Examples

Description

The following XML fragment specifies a list of phone numbers.

Code

<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/options/userInformation">
    <phone type="work">
      <displayString>7777777777</displayString>
    </phone>
    <phone type="mobile">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
    <phone type="home">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
    <phone type="other">

      <uri>5555555555</uri>      <displayString>5555555555</displayString>
    </phone>
</contactCard>

See Also

Reference

ui:displayString