In The Hand LtdIn The Hand
MessageCondition Constructor (property, comparisonValue)
NamespacesInTheHand.WindowsMobile.PocketOutlook.MessageInterceptionMessageConditionMessageCondition(MessageProperty, String)
.NET Components for Mobility
Initializes a new instance of the MessageCondition class; using the specified message property and comparison value. The comparison type is Equal, and the match is case sensitive.
Declaration Syntax
C#Visual Basic
public MessageCondition(
	MessageProperty property,
	string comparisonValue
)
Public Sub New ( _
	property As MessageProperty, _
	comparisonValue As String _
)
Parameters
property (MessageProperty)
The message property to test.
comparisonValue (String)
The search string containing the match criteria.

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