| Imap Object : Progress Event |
| Visual Basic |
|---|
Public Event Progress( _ ByVal Method As ImapMethodConstants, _ ByVal Status As ImapStatusConstants, _ ByVal Reply As String, _ ByVal MessageNumber As Long, _ ByVal Count As Long, _ ByVal Size As Long _ ) |
| Value | Description |
|---|---|
| imapCommand | Command method. |
| imapCopy | Copy method. |
| imapDelete | Delete method. |
| imapGet | Get method. |
| imapIdle | Idle. |
| imapLogin | Login method. |
| imapLogout | Logout method. |
| imapMailboxAdd | Mailbox Add method. |
| imapMailboxesAdd | Mailboxes Add method. |
| imapMailboxesRefresh | Refresh method. |
| imapMailboxRefresh | Mailbox Refresh method. |
| imapPurge | Purge method. |
| imapPut | Put method. |
| imapRemove | Remove method. |
| imapRename | Rename. |
| imapSearch | Search method. |
| imapSubscribe | Subscribe method. |
| imapUndelete | Undelete method. |
| imapUnknown | Unknown command. |
| imapUnsubscribe | Unsubscribe method. |
| Value | Description |
|---|---|
| imapBad | Server has responded with a status indicating bad syntax. |
| imapBye | Server has indicated that it is about to close the connection. |
| imapContent | Indicates intermediate events during the receipt of a mail message. Useful for percentage indication on a status display. |
| imapInfo | Server has supplied information. |
| imapNo | Server has responded with a negative status. |
| imapOk | Method has completed with a positive status. |