Click or drag to resize

ImapResponseStatus Enumeration

Represents a status of a ImapResponse.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum ImapResponseStatus
Members
  Member nameValueDescription
Negative0 Negative status ("NO" response).
Positive1 Positive status ("OK" response).
Error2 Error status ("BAD" response).
SendMoreData3 Requires more data status ("+" response).
Bye4 BYE response received, server failure occurred, connection was closed by the server ("* BYE" response).
PreAuth5 PREAUTH response received, possible only at connection startup greeting. It indicates that the connection has already been authenticated by external means
See Also