SendOptions.Modify

Modifies the global send options for the user.

Parameters

SendOptions.Modify (Required)

Specifies the required action.

SendOptions.priority

Specifies the priority of the item: Low, Medium, High.

SendOptions.security

Specifies the security settings on the item:

  • 1 Normal
  • 2 Proprietary
  • 3 Confidential
  • 4 Secret
  • 5 Top Secret
  • 6 For your eyes only
SendOptions.ReplyRequested.day

Specifies the number of days selected for a reply request.

SendOptions.ReplyRequested.type

Specifies the type of reply requested: WhenConvenient, ByDate.

SendOptions.ReturnNotification.accepted

Specifies the type of return notification for an accepted item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail
SendOptions.ReturnNotification.completed

Specifies the type of return notification for a completed item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail
SendOptions.ReturnNotification.deleted

Specifies the type of return notification for a deleted item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail
SendOptions.ReturnNotification.declined

Specifies the type of return notification for a declined item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail
SendOptions.ReturnNotification.opened

Specifies the type of return notification for an opened item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail
User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

SendOptions.priority

Item priority: Low, Medium, High.

SendOptions.security

Security settings on the item:

  • 1 Normal
  • 2 Proprietary
  • 3 Confidential
  • 4 Secret
  • 5 Top Secret
  • 6 For your eyes only

SendOptions.ReplyRequested.day

Number of days selected for a reply request

SendOptions.ReplyRequest.type

Type of reply requested: WhenConvenient, ByDate

SendOptions.ReturnNotification. accepted

Type of return notification for an accepted item:

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

SendOptions.ReturnNotification. completed

Type of return notification for a completed item.

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

SendOptions.ReturnNotification. deleted

Type of return notification for a deleted item.

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

SendOptions.ReturnNotification. declined

Type of return notification for a declined item.

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

SendOptions.ReturnNotification. opened

Type of return notification for an opened item.

  • 1 None
  • 2 Mail
  • 4 Notify
  • 8 Notify and Mail

SendOptions.saveMsg

Flag equals 1 if the send options saved without errors.

Example

<FORM method=post action="/servlet/webacc">
   <INPUT type=hidden name=User.context value=xyz>
   . . .
   <INPUT type=submit name=SendOptions.Security value="High">
   . . .
   <INPUT type=submit name=SendOptions.Modify value="1">
</FORM>