Address Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The Address type contains the address of contact.

Syntax

<Address> 
   <Country />
   <Extended />
   <Locality />
   <PostCode />
   <PoBox />
   <Region />
   <Street />
   <DeliveryTypes>
       <!-- Array of --> <DeliveryType />
   </DeliveryTypes>
 </Address>

Element

Data type

Description

Country

xs:string

Country of address.

Extended

xs:string

Additional information, such as suite or apartment number.

Locality

xs:string

Local government, such as city.

PostCode

xs:string

Postal code of address.

PoBox

xs:string

Post office box number.

Region

xs:string

Regional government, such as state or province.

Street

xs:string

Street address.

DeliveryTypes

Array of DeliveryType

Information about the delivery address type. There can be between one and six DeliveryType elements in the DeliveryTypes array.

See Also

Reference

GrooveVCard Web Service

GrooveVCard.Read Operation

vCard Complex Type