Description: | Returns the list of sub contact groups belonging to this contact group. |
Syntax: | object.GetSubContactGroups() |
Parameters: | |
object | Required, the Contact Group object |
Remarks: | This method returns the list of sub contact groups belonging to the contact group. |
Returns: | A Contact Group list object |
Example: |
Set session = CreateObject("OfficeTalk.Session")
Call session.Logon(login name, password)
Set cntgrp = session.GetContactGroups.GetFirst
Set subgroups = cntgrp.GetSubGroups
Set subgroup = subgroups.GetFirst