MessagingCondition Constructor (MessagePropertyComparisonType, Boolean, String)
3/29/2010
Initializes a new instance of the MessagingCondition class; using a comparison string, the comparison type, and a value indicating whether the match is case sensitive.
Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
protected MessagingCondition (
MessagePropertyComparisonType comparisonType,
bool caseSensitive,
string comparisonValue
)
'Declaration
Protected Sub New ( _
comparisonType As MessagePropertyComparisonType, _
caseSensitive As Boolean, _
comparisonValue As String _
)
Parameters
- comparisonType
The matching operation to use.
- caseSensitive
Whether the match is case sensitive.
- comparisonValue
The comparison string to match.
See Also
Reference
MessagingCondition Class
MessagingCondition Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace