MessageSentEventData Event

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The MessageSentEventData event indicates that a sent message was sent to a recipient. The event provides the header of the message and the recipient to whom the message was sent.

Syntax

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

Complex Type Elements

Element

Data type

Description

MessageHeader

MessageHeader

The header of the sent message.

Recipient

MessageContact

The contact to which the message was sent.

See Also

Reference

GrooveMessages Web Service

GrooveMessages.Create Operation

GrooveMessages.CreateForward Operation

GrooveMessages.CreateReply Operation

Concepts

Accessing Groove Messages

Handling Groove Web Services Events