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

In This Topic
    SetSelectionRules Method (EmailTrigger)
    In This Topic
    Sets he set of rules defining which messages to select. If not rules are specified, the trigger will fire for all messages that have not previously been seen.
    Syntax
    'Declaration
     
    
    Public Sub SetSelectionRules( _
       ByVal value As ExpressionList _
    ) 
    public void SetSelectionRules( 
       ExpressionList value
    )

    Parameters

    value
    See Also