Hunny Software Library Reference

RecentResponse Class

Class that represents an IMAP4 RECENT response.

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

System.Object
   Response
      RecentResponse

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

Remarks

RecentResponse is a class that represents an IMAP4 RECENT response.

A RECENT response reports the number of "recent" messages in the currently selected mailbox. The server sends a RECENT response in response to a SELECT or EXAMINE client command. The server may also send a RECENT 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

RecentResponse Members | Hunny.Mail Namespace | RECENT response in the IMAP4 specification