添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Click or drag to resize Click or drag to resize
MimeKit

Mail Kit. Net. Imap Namespace

The MailKit.Net.Imap namespace provides classes that are necessary for managing messages on an IMAP server.
Classes
Class Description
Public class Code example ImapClient An IMAP client that can be used to retrieve messages from a server.
Public class ImapCommandException An exception that is thrown when an IMAP command returns NO or BAD.
Public class ImapEvent An IMAP notification event.
Public class ImapEvent MessageNew An IMAP event notification for new or appended messages.
Public class ImapEventGroup An IMAP event group used with the NOTIFY command.
Public class Code example ImapFolder An IMAP folder.
Public class ImapFolderConstructorArgs Constructor arguments for ImapFolder .
Public class Code example ImapImplementation The details of an IMAP client or server implementation.
Public class ImapMailboxFilter An IMAP mailbox filter for use with the NOTIFY command.
Public class ImapMailboxFilter Mailboxes An IMAP mailbox filter that specifies a list of folders to receive notifications about.
Public class ImapMailboxFilter Subtree An IMAP mailbox filter that specifies a list of folder subtrees to get notifications about.
Public class ImapProtocolException An IMAP protocol exception.
Interfaces
Interface Description
Public interface IImapClient An interface for an IMAP client.
Public interface Code example IImapFolder An interface for an IMAP folder.
Delegates
Delegate Description
Public delegate ImapFetchStreamAsyncCallback An asynchronous callback used when fetching message streams.
Public delegate ImapFetchStreamCallback A callback used when fetching message streams.
Enumerations
Enumeration Description
Public enumeration Code example ImapCapabilities Capabilities supported by an IMAP server.
Public enumeration ImapCommandResponse