Changes this item to an item of type xxx. This action must be specified as a subcommand of Compose.Action.
Specifies the identifier of the item being composed.
Specifies the context identifier for this user’s session.
Returns the same values as Compose.Action.
<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="Submit" Name="Compose.ChangeTo.Mail"
Value="Appointment">
. . .
</FORM>