Hunny Software Library Reference

Response Class

Abstract class that represents an IMAP4 server response.

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

System.Object
   Response

[Visual Basic]
Public Class Response
[C#]
public class Response

Remarks

Response is the super class of several other classes that represent standard IMAP4 responses. One purpose for Response is to allow the subclasses to be contained in a common list.

There is very little functionality in the Response class, so you will have to cast any Response object to a more specific class.

Requirements

Namespace: Hunny.Mail

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

See Also

Response Members | Hunny.Mail Namespace