Hunny Software Library Reference

SearchResponse Class

Class that represents an IMAP4 SEARCH response.

For a list of all members of this type, see SearchResponse Members.

System.Object
   Response
      SearchResponse

[Visual Basic]
Public Class SearchResponse
Inherits Response
[C#]
public class SearchResponse : Response

Remarks

SearchResponse is a class that represents an IMAP4 SEARCH response.

An IMAP4 server sends a SEARCH response in response to a SEARCH command. The SEARCH response usually includes a list of message sequence numbers for messages that match the search criteria. If the SEARCH response is sent in response to a UID SEARCH command, then the SEARCH response contains a list of message UIDs (unique identifiers) instead of message sequence numbers.

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

SearchResponse Members | Hunny.Mail Namespace | Imap4Client.Search method | Imap4Client.UidSearch method | SEARCH response in the IMAP4 specification