adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTrigger Class / TriggerForEachMessage Property


In This Topic
    TriggerForEachMessage Property
    In This Topic
    Specifies whether the job is triggered separately for each message that matches the criteria.
    Syntax
    'Declaration
     
    
    Public Property TriggerForEachMessage As Boolean
    public bool TriggerForEachMessage {get; set;}
    public:
    property bool TriggerForEachMessage {
       bool get();
       void set (    bool value);
    }
    Remarks
    If True, a separate instance of the job is started for each matching message found. If False, only a single instance of the job is started on each processing pass, regardless of how many matching messages are found.
    See Also