The ImapSearchParameter type exposes the following members.

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