ContactFetchResultsEventData Event

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The ContactFetchResultsEventData event supplies the return value for the GrooveContacts.Fetch Operation operation.

Syntax

<Event>
  <SubscriptionID />
  <EventClass>urn:groove-net:ContactDirectoryEvent</EventClass>
  <EventSource />
  <EventType>ContactFetchEventData</EventType>
  <EventData xsi:type="e:ContactFetchEventData">
    <Status />
    <ContactList>
      <!-- Array of -- >  <Contact />
    </ContactList>
  </EventData>
</Event>

Complex Type Elements

Element

Data type

Description

Status

xs:string

Contains the status, which can be "Succeeded" or "Failed". If the status is "Succeeded", all requested contacts will be returned in the ContactList. If the status is "Failed", the ContactList will not be returned.

ContactList

Array of Contact

List of contacts that were fetched from the contact directory. These contacts are now accessible. ContactList is optional and may contain zero or more Contact elements.

Remarks

This event is returned by a special subscription created by the GrooveContacts.Fetch operation and will not be returned for any subscription created with GrooveSubscriptions.Create for a GrooveContacts service.

See Also

Reference

GrooveContacts Web Service

GrooveContacts.Fetch Operation

Concepts

Handling Groove Web Services Events