vCard Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The vCard type contains contact information for a Groove identity.

Syntax

<vCard> 
   <Name />
   <FullName />
   <NickName />
   <Url />
   <Addresses>
     <!-- Array of --> <Address />
   </Addresses>
   <PhoneNumbers>
     <!-- Array of --> <Phone />
   </PhoneNumbers>
   <EmailAddresses>
     <!-- Array of --> <Email />
   </EmailAddresses>
   <Organization />
 </vCard>

Element

Data type

Description

Name

Name

Contact name. Name is optional.

FullName

xs:string

Full name of contact. FullName is optional.

NickName

xs:string

Informal name of contact. NickName is optional.

Url

xs:anyURI

Web page of the contact. Url is optional.

Addresses

Array of Address

Addresses of contact. The Addresses array can contain zero or more Address elements.

PhoneNumbers

Array of Phone

Phone numbers of contact. The PhoneNumbers array can contain zero or more Phone elements.

EmailAddresses

Array of Email

E-mail addresses of contact. The EmailAddresses array can contain zero or more Email elements.

Organization

Organization

Information about the organization that the contact belongs to.

See Also

Reference

GrooveVCard Web Service

GrooveVCard.Read Operation