IGrooveFormsToolContactServices Interface

The IGrooveFormsToolContactServices interface allows you to open and create contacts.

Methods

Method Description

AddContactToPersonalContacts

Adds the contact to the Personal Contact list.

CreateContact

Creates a new non-Groove contact. This contact can contain e-mail, phone number, and name information, but is not associated with a Groove user.

CreateContactEnum

Searches your personal and workspace contacts for the specified string and returns enumeration of contacts.

DisplayContactProperties

Displays the properties for this contact.

DoesContactExist

Determines if a contact exists.

IsPersonalContact

Determines if the specified contact is in the Personal Contact list.

OpenContact

Opens a contact.

Remarks

To get access to the IGrooveFormsToolContactServices object, get the interface from the IGrooveFormsToolUIDelegate Interface object available from the GetApp() function. See Public Script Functions for information on GetApp(). For example:

var contactServices = GetApp().IGrooveFormsToolContactServices;

See Also

Reference

IGrooveFormsToolContact Interface
IGrooveFormsToolContactEnum Interface