Item.AcceptSharedAddressBook

Accepts the specified shared address book.

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item to accept. This parameter can occur more than once so that multiple items can be accepted at the same time.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

If this action was specified as a subaction of Item.Action and Item.UpdateList was specified, returns the same values as Folder.Open. Otherwise, returns nothing.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Item.AcceptSharedAddressBook>
   <INPUT type=checkbox name=Item.drn value==342z3z>
   <INPUT type=checkbox name=Item.drn value==582z4z>
</FORM>