OpenContact Method

The OpenContact method opens a contact.

Syntax

object.OpenContact

(

i_ContactURLAs String

) AsIGrooveFormsToolContact

Parameters

Parameter Description

i_ContactURL

URL for the contact to open.

Return Value

The return value is the Contact specified by the URL.

Remarks

Before calling the OpenContact method, you should call the DoesContactExist Method method. If the contact exists, the OpenContact method will succeed, but if DoesContactExist returns false for a Contact URL, the OpenContact method will fail for that Contact URL.

See Also

Reference

IGrooveFormsToolContact Interface
IGrooveFormsToolContactServices Interface