adTempus API
ArcanaDevelopment.adTempus.Shared.EmailProcessing Namespace / EmailMessageEvaluator Class / TargetValue Field


In This Topic
    TargetValue Field
    In This Topic
    The value to compare the PropertyName to.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public TargetValue As String
    [DataMember()]
    public string TargetValue
    [DataMember()]
    public:
    String^ TargetValue
    Remarks
    The TargetValue will be either simple text or a regular expression (using .NET regex syntax) depending on the setting of UseRegEx
    See Also