SendOptions.Read

Reads the global send options for the user.

Parameters

SendOptions.Read (Required)

Specifies the required action.

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

Example

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