GrooveContacts.ReadAvailableDirectories Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The ReadAvailableDirectories operation returns the contact directories that are currently available. These directories allow you to call the GrooveContacts.Search and GrooveContacts.Fetch operations to get contacts from the directories.

HTTP Post URL

The HTTP Post URL targets the service for the account. This URI is returned by the GrooveAccounts.Read2 operation in the Contacts parameter.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

None.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadAvailableDirectoriesResult>
  <!-- Array of -->  <ContactDirectory>
</ReadAvailableDirectoriesResult>

Element

Data type

Description

ReadAvailableDirectoriesResult

Array of ContactDirectory

Returns the name and ID of all available contact directories.

Remarks

To gain access to contacts, you call the following GrooveContacts operations: ReadAvailableDirectories, Search, and Fetch. ReadAvailableDirectories returns a list of contact directories that are accessible to the device, which you can then use to call Search and Fetch.

See Also

Reference

GrooveContacts Web Service

GrooveContacts.Fetch Operation

GrooveContacts.Search Operation