Hunny Software Library Reference

Pop3ReplyCode Enumeration

Indicates whether a POP3 command suceeded or failed.

[Visual Basic]
Public Enum Pop3ReplyCode
[C#]
public enum Pop3ReplyCode

Members

Member NameDescription
OK Indicates that the POP3 command succeeded.
ERR Indicates that the POP3 command failed.

Requirements

Namespace: Hunny.Mail

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

See Also

Hunny.Mail Namespace