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


In This Topic
    GetSelectionRules Method (EmailTask)
    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
     
    
    <CanBeNullAttribute()>
    Public Function GetSelectionRules() As ExpressionList
    [CanBeNull()]
    public ExpressionList GetSelectionRules()
    [CanBeNull()]
    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