Hunny Software Library Reference

FlagsResponse Class

Class that represents an IMAP4 FLAGS response.

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

System.Object
   Response
      FlagsResponse

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

Remarks

FlagsResponse is a class that represents an IMAP4 FLAGS response.

An IMAP4 server sends a FLAGS response in response to a SELECT or EXAMINE client command. The FLAGS response informs the client about the flags that are recognized for messages in the currently selected mailbox.

Note: Do not confuse the FLAGS response, represented by FlagsResponse, and the FLAGS data item of a FETCH response, represented by FlagsData. The FLAGS response indicates which flags are recognized by the server. The FLAGS data of a FETCH response indicates the flags that are set for a particular message.

Requirements

Namespace: Hunny.Mail

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

See Also

FlagsResponse Members | Hunny.Mail Namespace | FLAGS response in the IMAP4 specification.