MessageOpenedEventData Event

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The MessageOpenedEventData event indicates a message was opened.

Syntax

<Event>
  <SubscriptionID />
  <EventClass>urn:groove-net:Messages2Event</EventClass>
  <EventSource />
  <EventType>MessageOpenedEventData</EventType>
  <EventData xsi:type="e:MessageOpenedEventData">
      <MessageHeader />
  </EventData>
</Event>

Complex Type Elements

Element

Data type

Description

MessageHeader

MessageHeader

The header of the opened message.

Remarks

This event may be caused by the user reading the message via the SharePoint Workspace user interface or by a call to the Read operation updating the message category. Marking a message as opened is an option of the Read and ReadMessage operations.

Note

This event is triggered in response to action in the account's own message store. The Messaging service does not provide any event for monitoring activity of the recipient of messages sent from the account.

See Also

Reference

GrooveMessages Web Service

GrooveMessages.Read Operation

GrooveMessages.ReadMessage Operation

Concepts

Accessing Groove Messages

Handling Groove Web Services Events