Compose.SendOptions.Modify

Modifies the current item send options. This action must be specified as a subcommand of Compose.Action.

Parameters

Compose.id (Required)

Specifies the identifier of the appointment item being composed as returned from Compose.Action.

Item.priority

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

Item.security

Specifies the security settings on the item:

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

Specifies the number of days before a reply request is expected.

Item.ReplyRequest.type

Specifies the type of reply requested: WhenConvenient or ByDate.

Item.ReturnNotification.accepted

Specifies the type of return notification for an accepted item:

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

Specifies the type of return notification for a completed item:

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

Specifies the type of return notification for a deleted item:

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

Specifies the type of return notification for a declined item:

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

Specifies the type of return notification for an opened item:

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

Return Values

Returns the same values as Compose.Action.

Example

<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="Item.security" value="High">
   . . .
   <INPUT type=submit name=Compose.SendOptions.Modify value="1">
</FORM>