MessageCondition Constructor (MessageProperty, String)
3/29/2010
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.
Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public MessageCondition (
MessageProperty property,
string comparisonValue
)
'Declaration
Public Sub New ( _
property As MessageProperty, _
comparisonValue As String _
)
Parameters
- property
The message property to test.
- comparisonValue
The search string containing the match criteria.
See Also
Reference
MessageCondition Class
MessageCondition Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace