Hunny Software Library Reference

PreauthResponse Class

Class that represents an IMAP4 PREAUTH response.

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

System.Object
   Response
      BaseStatusResponse
         PreauthResponse

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

Remarks

A PREAUTH response indicates that the session has been authenticated by some means other than IMAP4, so that a LOGIN command or AUTHENTICATE command is not necessary. The PREAUTH response is allowed only when the connection is first opened.

Requirements

Namespace: Hunny.Mail

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

See Also

PreauthResponse Members | Hunny.Mail Namespace | PREAUTH response in the IMAP4 specification