Hunny Software Library Reference

Imap4StatusCode Enumeration

Indicates whether an IMAP4 command suceeded or failed.

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

Members

Member NameDescription
Undefined Indicates that the value has not been set.
Ok Indicates that the IMAP4 command succeeded.
No Indicates that the IMAP4 command failed with a NO response.
Bad Indicates that the IMAP4 command failed with a BAD response.

Requirements

Namespace: Hunny.Mail

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

See Also

Hunny.Mail Namespace