addItemRequest

Adds an existing address book item (such as a contact, resource, organization, or group) to a different personal address book. The item is also called a linked item because the original address book item is not deleted. The user's database has one item that is referenced by many personal address books.

Request

<addItemRequest>
   <container/>
   <id/>
</addItemRequest>

Response

<addItemResponse>
   <status/>
</addItemResponse>

Elements

container

Specifies the ID of the destination personal address book.

id

Specifies the item ID that is to be linked to another personal address book.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<addItemRequest> 
    <container>44F83F1D.domain1.po1.104.16E3837.1.F8.1@53<container> 
    <id>44F83F50.domain1.po1.104.16E3837.1.FA.1@56:42C510EA.
         domain1.po1.104.16E3837.1.3.1@53<id> 
</addItemRequest>