ContainerItem

Describes items in a container. A container is an abstraction or a base object. A container can be a folder, address book, document version, or rule.

Syntax

<ContainerItem>
<extension base="Item">
<container type="ContainerRef" minOccurs="1" maxOccurs="unbounded"/>
<categories type="CategoryRefList"/>
<created type="dateTime"/>
<customs type="CustomList"/>
<contacts type="ContactRefList"/>

Definitions

container

Specifies the container of the item. The item can be in more than one container.

categories

Specifies a list of categories associated with the item.

created

Specifies the date and time that the item was created.

customs

Specifies the list of custom fields associated with the item.

contacts

List of contacts added to a received item. See ContactRefList for more information.