adTempus API
ArcanaDevelopment.adTempus.Shared.EmailProcessing Namespace / EmailMessageEvaluator Class
Fields Methods

In This Topic
    EmailMessageEvaluator Class Members
    In This Topic

    The following tables list the members exposed by EmailMessageEvaluator.

    Public Constructors
    Public Fields
     NameDescription
    Public Field Specifies whether the evaluator will evaluate the message or its attachments.  
    Public Field Specifies whether the comparison should be case-sensitive. Default: true (case-insensitive).  
    Public Field The rule to use when comparing the PropertyName to the TargetValue value.  
    Public Field The field to look at.  
    Public FieldThe name of the header to match if PropertyName is "header"  
    Public FieldThe value to compare the PropertyName to.  
    Public FieldSpecifies whether the TargetValue is a regular expression  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Evaluates the rule against an e-mail message.  
    Public MethodReturns a string that represents the current object.Returns a string that represents the current object.  
    Top
    See Also