In The Hand LtdIn The Hand
MessagingCondition Constructor (comparisonType, caseSensitive, comparisonValue)
NamespacesInTheHand.WindowsMobile.PocketOutlook.MessageInterceptionMessagingConditionMessagingCondition(MessagePropertyComparisonType, Boolean, String)
.NET Components for Mobility
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.
Declaration Syntax
C#Visual Basic
protected MessagingCondition(
	MessagePropertyComparisonType comparisonType,
	bool caseSensitive,
	string comparisonValue
)
Protected Sub New ( _
	comparisonType As MessagePropertyComparisonType, _
	caseSensitive As Boolean, _
	comparisonValue As String _
)
Parameters
comparisonType (MessagePropertyComparisonType)
The matching operation to use.
caseSensitive (Boolean)
Whether the match is case sensitive.
comparisonValue (String)
The comparison string to match.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0