AddressBook

Specifies an address book.

Syntax

<AddressBook>
<extension base="Item">
<ref="description"/>
<isPersonal type="boolean"/>
<isFrequentContacts type="boolean"/>
<count type=”int”/>
</AddressBook>

Definitions

Item

Interits from the Item element.

description

Specifies the description of the address book.

isPersonal

Specifies if this is a personal address book.

isFrequentContacts

Specifies if this is the Frequent Contacts Address Book, which is considered to be a personal address book.

count

If you put “count” in the view when you get the address book(s), it will return the number of items in the book.

NOTE:This only works on personal address books.

--For GroupWise 2012 and later.