cc:url

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.

Holds the URL of a contact.

Syntax

<url xmlns="http://schemas.microsoft.com/2006/09/sip/contactCard" type="..." >...</url>

Attributes

Attribute

Data Type

Description

type

string

The type of URL describing the contact's origin. Valid values are "sharepoint", "voicemail" and "other".

Parent Element

Element

Description

cc:contactCard

The contactCard element.

Child Elements

None

Examples

XML Example of the url 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>