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 Field The name of the header to match if PropertyName=="header"  
    Public Field The value to compare the PropertyName to.  
    Public Field Use a Regular Expression for matching.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Evaluates the rule against an e-mail message.  
    Public Methodstatic (Shared in Visual Basic) Gets the string resource for the specified PropertyName  
    Public MethodReturns a string that represents the current object.  
    Top
    See Also