Click or drag to resize

Pop3ResponseStatus Enumeration

Represents a status of a Pop3Response.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum Pop3ResponseStatus
Members
  Member nameValueDescription
Negative0 Negative status ("-ERR" response).
Positive1 Positive status ("+OK" response).
SendMoreData2 Send more data status ("+ ..." response).
Error3 Error status (unknown reasponse).
See Also