In The Hand - .NET Components for Mobility
MessageCondition Class
NamespacesInTheHand.WindowsMobile.PocketOutlook.MessageInterceptionMessageCondition
A condition statement on a message.
Declaration Syntax
C#Visual Basic
public class MessageCondition : MessagingCondition
Public Class MessageCondition _
	Inherits MessagingCondition
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

CaseSensitive
Gets and sets a value indicating whether the comparison is case sensitive.
(Inherited from MessagingCondition.)
ComparisonType
Gets and sets the message property comparison type.
(Inherited from MessagingCondition.)
ComparisonValue
Gets and sets the message property filter criteria.
(Inherited from MessagingCondition.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnChange()()()
This method is required in order to let derived classes call OnChangeHandler()()().
(Inherited from MessagingCondition.)
Property
Gets and sets the message property to match with the filter criteria (the comparison value and comparison type).

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MessagingCondition
 MessageCondition

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0