Class that represents an IMAP4 SEARCH response.
For a list of all members of this type, see SearchResponse Members.
System.Object
Response
SearchResponse
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.
Namespace: Hunny.Mail
Assembly: Hunny.Mail (in Hunny.Mail.dll)
SearchResponse Members | Hunny.Mail Namespace | Imap4Client.Search method | Imap4Client.UidSearch method | SEARCH response in the IMAP4 specification