InvitationReceivedEventData Event
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The InvitationReceivedEventData event indicates that an invitation was received and added to the message store for the account. The Invitation element is returned by the event.
Syntax
<Event>
<SubscriptionID />
<EventClass>urn:groove-net:Messages2Event2</EventClass>
<EventSource />
<EventType>InvitationReceivedEventData</EventType>
<EventData xsi:type="e:InvitationReceivedEventData">
<Invitation />
</EventData>
</Event>
Complex Type Elements
Element |
Data type |
Description |
|---|---|---|
Invitation |
The invitation to the workspace. |
Remarks
Note
This event is available only on systems where Groove Web Services Version 2.1 is available. See Testing for Groove Web Services Version 2.1 for more information.