adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTrigger Class / GetSelectionRules Method


In This Topic
    GetSelectionRules Method (EmailTrigger)
    In This Topic
    Gets the set of rules defining which messages to select. If no rules are specified, the trigger will fire for all messages that have not previously been seen.
    Syntax
    'Declaration
     
    
    Public Function GetSelectionRules() As ExpressionList
    public ExpressionList GetSelectionRules()
    public:
    ExpressionList^ GetSelectionRules(); 
    Remarks
    If you make changes to the returned collection of rules you must call SetSelectionRules to update the task with the modified rules.
    See Also