The ImapSearchParameter type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkAnd
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched.
Public methodStatic memberSupported by the .NET Compact FrameworkArrived(DateTime)
Messages that arrived on the specified date (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkArrived(DateTime, DateTime)
Messages that arrived in the specified date interval (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkBcc
Messages that contain the specified string in its Bcc field.
Public methodStatic memberSupported by the .NET Compact FrameworkBody
Messages that contain the specified string in its body.
Public methodStatic memberSupported by the .NET Compact FrameworkCC
Messages that contain the specified string in its CC field.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFrom
Messages that contain the specified string in its From field.
Public methodStatic memberSupported by the .NET Compact FrameworkFullText
Messages that contain the specified string in its headers or body.
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkHasFlagsAllOf
Messages with all the specified flags set.
Public methodStatic memberSupported by the .NET Compact FrameworkHasFlagsNoneOf
Messages with none of the specified flags set.
Public methodStatic memberSupported by the .NET Compact FrameworkHeader
Messages that contain the specified string in the specified header.
Public methodStatic memberSupported by the .NET Compact FrameworkKeyword
Messages with the specified keyword flag set.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkMessageSet
Messages which belong to a specified message set.
Public methodStatic memberSupported by the .NET Compact FrameworkNot
Only match messages that don't match the specified criteria.
Public methodStatic memberSupported by the .NET Compact FrameworkNotBcc
Messages that do not contain the specified string in its Bcc field.
Public methodStatic memberSupported by the .NET Compact FrameworkNotCC
Messages that do not contain the specified string in its CC field.
Public methodStatic memberSupported by the .NET Compact FrameworkNotFrom
Messages that do not contain the specified string in its From field.
Public methodStatic memberSupported by the .NET Compact FrameworkNotKeyword
Messages that do not have the specified keyword flag set.
Public methodStatic memberSupported by the .NET Compact FrameworkNotTo
Messages that do not contain the specified string in its To field.
Public methodStatic memberSupported by the .NET Compact FrameworkOr
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched.
Public methodStatic memberSupported by the .NET Compact FrameworkSent(DateTime)
Messages that were sent on the specified date (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkSent(DateTime, DateTime)
Messages that were sent in the specified date interval (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkSize
Messages with a size within the specified interval.
Public methodStatic memberSupported by the .NET Compact FrameworkSubject
Messages that contain the specified string in its Subject field.
Public methodStatic memberSupported by the .NET Compact FrameworkTo
Messages that contain the specified string in its To field.
Public methodSupported by the .NET Compact FrameworkToString
Returns a string representing this IMAP search criterion.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkAll
All messages.
Public propertyStatic memberSupported by the .NET Compact FrameworkDeleted
Messages that have the Deleted flag set.
Public propertySupported by the .NET Compact FrameworkChildCount
Gets a count of the child nodes.
Public propertySupported by the .NET Compact FrameworkItem
Gets a child node at the specified index.
Public propertySupported by the .NET Compact FrameworkName
Gets a name (keyword of the search criteria) of the current leaf node. Calling on the inner node returns null (Nothing in VB.NET).
Public propertyStatic memberSupported by the .NET Compact FrameworkNew
Messages that have the Recent flag set and Seen flag not set.
Public propertyStatic memberSupported by the .NET Compact FrameworkNotRecent
Messages that don't have the Recent flag set.
Public propertyStatic memberSupported by the .NET Compact FrameworkNotSeen
Messages that don't have the Seen flag set. Equivalent too Unread
Public propertyStatic memberSupported by the .NET Compact FrameworkRecent
Messages that have the Recent flag set.
Public propertySupported by the .NET Compact FrameworkType
Gets a type of the current node.
Public propertyStatic memberSupported by the .NET Compact FrameworkUnread
Messages that don't have the Seen flag set. Equivalent too NotSeen
Public propertySupported by the .NET Compact FrameworkValue
Gets a value (argument of the search criteria) of the current leaf node. Calling on the inner node returns null (Nothing in VB.NET).

See Also