cc:street
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 street from Active Directory.
Syntax
<street>...</street>
Attributes
Attribute |
Data Type |
Description |
---|---|---|
LCID |
tns:LCIDType |
Optional attribute to specify the locale ID for describing the string value of this element. |
update |
dateTime |
Optional attribute indicating the time when the value of this element was last updated. |
Parent Element
Element |
Description |
---|---|
The address element. |
Child Elements
None
Examples
XML Example of the street 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>