ImapSearch |
| Name | Description | |
|---|---|---|
| SearchNumbers(Flag) | Gets numbers of all messages in the current folder (mailbox) with specified flag sorted from oldest to newest. Equivalent to Search().Where(Expression.HasFlag(flag)).ResultsAs(ResultType.Numbers) | |
| SearchNumbers(ICriterion) | Gets numbers of all messages that match specified criteria sorted from oldest to newest. Use And(ICriterion), Or(ICriterion, ICriterion) and other Expression methods to create a valid search query. You can also pass SimpleImapQuery to this method. |