ItemReply()

Is modified from the old ItemReply token to accept a MessageID parameter that allows a one-step completion of the action with no input from the user. If MessageID is not specified, the token is internally rerouted to the ItemReplyOpenItem token.

Token ID

AFTKN_ITEM_REPLY or 919

Syntax

VOID ItemReply([ENUM ReplyTo]; 
               [ENUM IncludeText];
               [ANSISTRING MessageID])

Parameters

ReplyTo As ENUM

(Optional) Enumerated values:

Constant

Value

All

7

AllPrivate

39

Sender

1

SenderPrivate

33

Discussion

16

DiscussionNNTP

144

DiscussionORIG

256

IncludeText As ENUM

(Optional) Enumerated values:

Constant

Value

No (Default)

0

Yes

1

MessageID As ANSISTRING

(Optional) Unique message identifier.