PolicyCondition

sealed class PolicyCondition

The email traffic filtering conditions which are contained in a traffic policy resource.

Inheritors

Types

Link copied to clipboard

This represents a boolean type condition matching on the incoming mail. It performs the boolean operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Link copied to clipboard

This represents an IP based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Link copied to clipboard

This represents an IPv6 based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Link copied to clipboard
Link copied to clipboard

This represents a string based condition matching on the incoming mail. It performs the string operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Link copied to clipboard

This represents a TLS based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Functions

Link copied to clipboard
Link copied to clipboard