(Contents)(Previous)(Next)

Contact Group Object

The Contact Group object represents an OfficeTalk contact group. This object provides access to the common object functionality.

Contact Group Methods
Edit Lets the caller edit the properties of the contact group via a dialog box.
Update Saves changes to this contact group.
Delete Deletes the contact group.
Value Gets the value of the passed in field/column name.
Value= Sets the value of the passed in field/column name.
GetCompanies Gets the list of companies belonging to this contact group.
GetContacts Gets the list of contacts belonging to this contact group.
GetSubContactGroups Gets the list of contact groups which are sub items of this contact group.
AddMember Adds the passed in company or contact to the contact group.
RemoveMember Removes the passed in company or contact from the contact group.
Contact Group Properties
Name The name of the contact group.
LastEditedDate The date on which the contact group was last changed.
CreationDate The date when the contact group was created.
Available Fields
Name
Type
Description
ID Long The contact group's ID.
Last Edited Date The date when this contact group was last changed.
Name Date The name of this contact group.
Owner Date The owner of this contact group. This is the name of a local user.
Owner ID Date The owner of this contact group. This is the ID of a local user.
More:

GetCompanies()

GetContacts()

GetSubContactGroups()

AddMember()

RemoveMember()


Next