RuleAddActionDelegate()

Delegates a task, appointment, or note item when rule conditions are met.

Token ID

AFTKN_RULE_ACT_DELEGATE or 646

Syntax

VOID RuleAddActionDelegate( [ANSISTRING UserID]; 
                            ANSISTRING RuleName; 
                            ANSISTRING To; 
                            [ANSISTRING SenderComments]; 
                            [ANSISTRING RecipientComments])

Parameters

UserID As ANSISTRING

(Optional)

RuleName As ANSISTRING

Name of the rule to add the action to.

To As ANSISTRING

User ID of the person delegated a task, appointment, or note.

SenderComments As ANSISTRING

Comments to the person who sent the task, appointment, or note. (Optional)

RecipientComments As ANSISTRING

Comments to the person delegated the task, appointment, or note. (Optional)

See Also