GrooveLocal.SendInstantMessage Operation
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value
The SendInstantMessage operation opens a window to send a message to the specified identity. This operation opens the Send Message window in the user interface. The user completes the operation by typing in the message and clicking Send.
HTTP Post URL
The HTTP Post URL targets the service. This URI is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another operation. There is no service-specific data in this HTTP Post URL.
Input Message Header
GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.
Input Message Parameters
<ContactURI />
Element |
Data type |
Description |
|---|---|---|
ContactURI |
xs:anyURI |
The Identity URL of the user to receive the instant message. The Identity URL is returned by the GrooveContacts.Read operation in the URI parameter. |
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
None.