Proxy.AddAccess

Adds a user to the proxy access list.

Parameters

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.

User.proxyId (Required)

Specifies the name of the user to add to the proxy access list.

User.context (Required)

Specifies the context identifier for this user's session.

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="User.proxyId" size="50" value="John Doe"> 
   <INPUT Type="Checkbox" Name="Proxy.Access.Read.mail" Value="1">
   <INPUT type="image" name="Proxy.AddAccess"
      src="/com/novell/webaccess/images/btnsaveen.gif" alt="Save"  
      border=0>
</FORM>