cc:city

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 name of the user's city as specified in Active Directory.

Syntax

<city>...</city>

Attributes

Attribute

Data Type

Description

LCID

unsigned integer

Optional attribute indicating the language ID of the localizable string that describes the name of the user's city from Active Directory.

updated

DateTime

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

Any attribute

Any type

Optional custom attribute

Parent Element

Element

Description

cc:address

The address element.

Child Elements

None

Examples

XML Example of the city Element

<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <address type="work">
      <street>123 Any Street</street>
      <city>Redmond</city>
      <state>WA</state>
      <zipcode>98223</zipcode>
      <countryCode>US</countryCode>
    </address>
    <url type="sharepoint">http://admin.contoso.com</url>
</contactCard>