ItemComplete()

Has been modified from the old ItemComplete token to accept a Message ID parameter, which allows a one-step completion of the action with no input required from the user. If MessageID is not specified, the token is internally rerouted to the ItemCompleteOpenItem() token.

Token ID

AFTKN_ITEM_COMPLETE or 918

Syntax

VOID ItemComplete([ENUM Accept];
                     [ANSISTRING MessageID])

Parameters

Accept As ENUM

(Optional) Enumerated values:

  • 1 Done
  • 0 Not Done
MessageID As ANSISTRING

(Optional) Unique item identifier.