GrooveMessages Complex Types
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
In This Section
Complex type |
Description |
|---|---|
Enumeration type used to distinguish a voice memo attachment and other file attachments. Values are Voice, File and Unknown. |
|
Message that contains a workspace invitation or an invitation response. |
|
Enumeration type used to distinguish a new invitation message from a saved invitation message that has already been read. Values are New and Saved. |
|
Enumeration type used to distinguish an invitation message from an invitation response message. For invitation response messages, it provides information about what the user's response was. Values are InvitationReceived, InvitationAccepted, InvitationDeclined, and ConfirmationRequired. |
|
An instant message, including heading, body and attachments. |
|
A message attachment. Can be identified by reference using a URI or embedded using Base64 encoding. |
|
Enumeration type used to classify messages in the message store. Values are New, Opened, Sent, Inbox, All and Unknown. |
|
Identifies senders and recipients in messaging operations. MessageContact contains a URI and a name. |
|
Contains the body of the message. |
|
Contains the message header, which includes: message URI, sender, and recipients. |