MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Imap
IImapClient Interface
IImapFolder Interface
ImapCapabilities Enumeration
ImapClient Class
ImapCommandException Class
ImapCommandResponse Enumeration
ImapEvent Class
ImapEvent.MessageNew Class
ImapEventGroup Class
ImapFetchStreamAsyncCallback Delegate
ImapFetchStreamCallback Delegate
ImapFolder Class
ImapFolderConstructorArgs Class
ImapImplementation Class
ImapMailboxFilter Class
ImapMailboxFilter.Mailboxes Class
ImapMailboxFilter.Subtree Class
ImapProtocolException Class
Imap
Command
Response Enumeration
An enumeration of possible IMAP command responses.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
enum
ImapCommandResponse
Members
Member name
Value
Description
None
0
No IMAP command response yet.
Ok
1
The command resulted in an "OK" response.
No
2
The command resulted in a "NO" response.
Bad
3
The command resulted in a "BAD" response.
Remarks
An enumeration of possible IMAP command responses.
See Also
Reference
MailKit.Net.Imap Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast