Proxy.ModifyAccess

Modifies the rights of a user in a proxy access list.

Parameters

Proxy.Access.id (Required)

Specifies the identifier of the user being modified.

User.context (Required)

Specifies the context identifier for this user's session.

Proxy.Access.Read.mail

Specifies to grant rights to read mail.

Proxy.Access.Write.mail

Specifies to grant rights to create mail

Proxy.Access.Read.note

Specifies to grant rights to read notes.

Proxy.Access.Wrtite.note

Specifies to grant rights to create notes.

Proxy.Access.Read.todo

Specifies to grant rights to read tasks.

Proxy.Access.Write.todo

Specifies to grant rights to create tasks.

Proxy.Access.Read.appointment

Specifies to grant rights to read appointments.

Proxy.Access.Write.appointment

Specifies to grant rights to create appointments.

Proxy.Access.Option.notify

Specifies to grant rights to notifications.

Proxy.Access.Read.private

Specifies to grant rights to read private items.

Proxy.Access.Option.settings

Specifies to grant rights to modify options, rules, and folders.

Proxy.Access.Option.alarms

Specifies to grant rights to alarms.

Return Values

Returns the same values as Proxy.ListAccess.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Proxy.Action> 
   <INPUT type="text" name="Proxy.Access.id" value="1216">
   <INPUT Type="Checkbox" Name="Proxy.Access.Read.mail" Value="1" >
   <INPUT type="image" name="Proxy.ModifyAccess"
       src="/com/novell/webaccess/images/btnsaveen.gif" alt="Save"
       border=0>
</FORM>