The ImapSearchParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
All |
All messages.
| |
Deleted |
Messages that have the Deleted flag set.
| |
ChildCount |
Gets a count of the child nodes.
| |
Item |
Gets a child node at the specified index.
| |
Name |
Gets a name (keyword of the search criteria) of the current leaf node. Calling on the inner node returns null (Nothing in VB.NET).
| |
New | ||
NotRecent |
Messages that don't have the Recent flag set.
| |
NotSeen | ||
Recent |
Messages that have the Recent flag set.
| |
Type |
Gets a type of the current node.
| |
Unread | ||
Value |
Gets a value (argument of the search criteria) of the current leaf node. Calling on the inner node returns null (Nothing in VB.NET).
|