Click or drag to resize

ImapSearchNumbers Method

Overload List
  NameDescription
Public methodSearchNumbers(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)
Public methodCode exampleSearchNumbers(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.
Top
See Also