Enum FilterType
Specifies how the message filter will use the matching criteria.
public enum FilterType
Fields
Include = 0
Specifies the filter should accept all messages matching the criteria.
Exclude = 1
Specifies the filter should reject all messages matching the criteria.