Description: | Returns a list of Contacts to which the current user has access. The list may be used for subsequent iteration. |
Syntax: | object.GetContacts |
Parameters: | |
object | Required, the Session object |
Remarks: | This function returns a new Contacts object to the caller. The list may be subsequently iterated using GetFirst(), GetNext(), GetLast(), GetPrev(). |
Returns: | Returns a Contacts object. |
Example: |
Dim contacts As Object
Set session = CreateObject("OfficeTalk.Session")
Set user = session.Logon(login name, password)
Set contacts = session.GetContacts