Click or drag to resize
MimeKit

ImapCommandResponse Enumeration

An enumeration of possible IMAP command responses.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum ImapCommandResponse
Members
Member nameValueDescription
None0 No IMAP command response yet.
Ok1 The command resulted in an "OK" response.
No2 The command resulted in a "NO" response.
Bad3 The command resulted in a "BAD" response.
Remarks
An enumeration of possible IMAP command responses.
See Also