IGrooveFormsToolContactServices Interface
The IGrooveFormsToolContactServices interface allows you to open and create contacts.
Methods
Method | Description |
---|---|
Adds the contact to the Personal Contact list. |
|
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. |
|
Searches your personal and workspace contacts for the specified string and returns enumeration of contacts. |
|
Displays the properties for this contact. |
|
Determines if a contact exists. |
|
Determines if the specified contact is in the Personal Contact list. |
|
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