Hunny Software Library Reference

ExistsResponse Class

Class that represents an IMAP4 EXISTS response.

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

System.Object
   Response
      ExistsResponse

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

Remarks

ExistsResponse is a class that represents an IMAP4 EXISTS response.

An IMAP4 EXISTS response reports the number of messages in the currently selected mailbox. The server sends an EXISTS response in response to a SELECT or EXAMINE command. The server may also send an EXISTS response when the number of messages changes, such as when new mail arrives.

Requirements

Namespace: Hunny.Mail

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

See Also

ExistsResponse Members | Hunny.Mail Namespace | EXISTS response in the IMAP4 specification