ComponentPro UltimateBounceInspector

      ComponentPro.Net.Mail.Pop3 Events

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      For a list of all members of this type, see Pop3 members.

      Public Events

      NameDescription
      Public EventsAuthenticateCompletedOccurs when an asynchronous authentication operation completes.
      Public EventsCertificateReceivedOccurs when a POP3 server's certificate was received and verified.
      Public EventsCertificateRequiredOccurs when a client certificate is required by the POP3 server, or the one provided was not accepted.
      Public EventsCommandResponseOccurs when a command has been sent to or a response is received from the server.
      Public EventsConnectCompletedOccurs when an asynchronous ConnectAsync operation completes.
      Public EventsDeleteCompletedOccurs when an asynchronous DeleteAsync operation completes.
      Public EventsDisconnectCompletedOccurs when an asynchronous DisconnectAsync operation completes.
      Public EventsDownloadMailMessageCompletedOccurs when an asynchronous DownloadMailMessageAsync operation completes.
      Public EventsDownloadMessageCompletedOccurs when an asynchronous DownloadMessageAsync operation completes.
      Public EventsDownloadMessageHeadersCompletedOccurs when an asynchronous DownloadMessageHeadersAsync operation completes.
      Public EventsDownloadPop3MessageCompletedOccurs when an asynchronous DownloadPop3MessageAsync operation completes.
      Public EventsGetMailboxStatCompletedOccurs when an asynchronous GetMailboxStatAsync operation completes.
      Public EventsGetMessageInboxIndexCompletedOccurs when an asynchronous GetMessageInboxIndexAsync operation completes.
      Public EventsListMessagesCompletedOccurs when an asynchronous ListMessagesAsync operation completes.
      Public EventsMessageListProgressOccurs when message list is downloading.
      Public EventsProgressOccurs when data is send or received.
      Public EventsReadResponseCompletedOccurs when an asynchronous ReadResponseAsync operation completes.
      Public EventsSendCommandCompletedOccurs when an asynchronous SendCommandAsync operation completes.
      Public EventsStateChangedOccurs when the state of the Pop3 object is changed.
      Public EventsUndeleteCompletedOccurs when an asynchronous UndeleteAsync operation completes.
      Public EventsUpgradeConnectionCompletedOccurs when an asynchronous UpgradeConnectionAsync operation completes.
      Top

      See Also