MessageReceivedEventData Event
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The MessageReceivedEventData event indicates that a message was added to the message store for the account. The complete header information of the message is returned by the event.
Syntax
<Event>
<SubscriptionID />
<EventClass>urn:groove-net:Messages2Event</EventClass>
<EventSource />
<EventType>MessageReceivedEventData</EventType>
<EventData xsi:type="e:MessageReceivedEventData">
<MessageHeader />
</EventData>
</Event>
Complex Type Elements
Element |
Data type |
Description |
---|---|---|
MessageHeader |
The header of the received message. |