Compose.Directory

Lists the GroupWise Directories (address books). This action must be specified as a subcommand of Compose.Action.

Parameters

In addition to the parameters used by Directory.List, it might be helpful to pass the Compose.id into the process (template) that is creating the directory so that it is available for the directory to add recipients.

Compose.id

Specifies the identifier of the appointment item being composed as returned from Compose.Action.

Return Values

Returns the same values as Compose.Action.

Example

<FORM method=post action="/servlet/webacc">
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Compose.Action>
   <INPUT type=hidden name=Compose.id value=1>
   . . .
   <INPUT type=input name=Item.to value="jdoe, jsmith">
   . . .
   <INPUT type=submit name=Compose.Send value="Send">
   <INPUT type=submit name=Compose.Directory value="Address Book">
   <INPUT type=submit name=Compose.BusySearch value="Busy Search">
   <INPUT type=submit name=Compose.Cancel value="Cancel">
</FORM>