Click or drag to resize

ImapSearchAsync Method

Overload List
  NameDescription
Public methodCode exampleSearchAsync
Creates new search query.
Public methodSearchAsync(Flag)
Gets UIDS of all messages in the current folder (mailbox) with specified flag sorted from oldest to newest. Equivalent to Search(Expression.HasFlag(flag))
Public methodCode exampleSearchAsync(ICriterion)
Gets UIDS of all messages that match specified search criteria using server-side searching 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