IGrooveFormsToolMessagingServices Interface

The IGrooveFormsToolMessagingServices interface provides messaging services.

Methods

Method Description

DisplaySendInstantMessageDialog

Displays the Groove dialog to send an instant message to the specified Groove identities.

DisplaySendInvitationDialog

Displays the Groove dialog to send a workspace invitation to the specified Groove identities.

SendInvitation

Sends a Groove instant message inviting one or more recipients to the workspace.

Remarks

To get access to the IGrooveFormsToolMessagineServices object, get the interface from the IGrooveFormsToolUIDelegate object available from the GetApp() Public Script Functions. For example:

var messagingServices = GetApp().IGrooveFormsToolMessagingServices;

See Also

Reference

IGrooveFormsToolUIDelegate Interface
SendInstantMessage Method
SendInstantMessageWithLinks Method
Public Script Functions