Specifies the ways that you can match message property values with filter criteria used for SMS message interception.
| C# | Visual Basic |
public enum MessagePropertyComparisonType
Public Enumeration MessagePropertyComparisonType
| Member | Description |
|---|---|
| Equal |
The property value is an exact match.
|
| NotEqual |
The property value does not match.
|
| Contains |
Part of the property value contains the filter criteria.
|
| StartsWith |
The property value not only contains the filter criteria, it begins with it.
|
| EndsWith |
The property value not only contains the filter criteria, it finishes with it.
|