Share via


MessageCondition Constructor (MessageProperty, MessagePropertyComparisonType, String)

3/29/2010

Initializes a new instance of the MessageCondition class; using the specified message property, comparison value, and comparison type. The match is case sensitive.

Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public MessageCondition (
    MessageProperty property,
    MessagePropertyComparisonType comparisonType,
    string comparisonValue
)
'Declaration
Public Sub New ( _
    property As MessageProperty, _
    comparisonType As MessagePropertyComparisonType, _
    comparisonValue As String _
)

Parameters

  • property
    The message property to match.
  • comparisonType
    The kind of comparison (e.g., equals, contains, etc.).
  • comparisonValue
    The search string containing the match criteria.

See Also

Reference

MessageCondition Class
MessageCondition Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace