MessageCondition Constructor
3/29/2010
Overload List
Name | Description |
---|---|
MessageCondition () |
Initializes a new instance of the MessageCondition class.
|
MessageCondition (MessageProperty, String) |
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.
|
MessageCondition (MessageProperty, MessagePropertyComparisonType, String) |
Initializes a new instance of the MessageCondition class; using the specified message property, comparison value, and comparison type. The match is case sensitive.
|
MessageCondition (MessageProperty, MessagePropertyComparisonType, String, Boolean) |
Initializes a new instance of the MessageCondition class; using the specified message property, comparison value, comparison type, and CaseSensitive value.
|
See Also
Reference
MessageCondition Class
MessageCondition Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace