RuleAddActionDecline()

Declines a task or appointment when rule conditions are met.

Token ID

AFTKN_RULE_ACT_DECLINE or 645

Syntax

VOID RuleAddActionDecline( [ANSISTRING UserID]; 
                           ANSISTRING RuleName; 
                           [ANSISTRING Comment])

Parameters

UserID As ANSISTRING

(Optional)

RuleName As ANSISTRING

Name of the rule to add the action to.

Comment As ANSISTRING

Comment to include with declined task or appointment. (Optional)

See Also