Hunny Software Library Reference

ByeResponse Class

Class that represents an IMAP4 BYE response.

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

System.Object
   Response
      BaseStatusResponse
         ByeResponse

[Visual Basic]
Public Class ByeResponse
Inherits BaseStatusResponse
[C#]
public class ByeResponse : BaseStatusResponse

Remarks

A BYE response indicates that the server is closing the connection.

Typically, a BYE response contains human-readable text. You may get this text by getting the inherited ResponseText property.

Requirements

Namespace: Hunny.Mail

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

See Also

ByeResponse Members | Hunny.Mail Namespace | BYE response in the IMAP4 specification