| Pop Object : Progress Event |
| Visual Basic |
|---|
Public Event Progress( _ ByVal Method As PopMethodConstants, _ ByVal Status As PopStatusConstants, _ ByVal Reply As String, _ ByVal MessageNumber As Long, _ ByVal Count As Long, _ ByVal Size As Long _ ) |
| Value | Description |
|---|---|
| popCommand | Command, CommandEx methods |
| popDelete | Delete method |
| popGet | Fetch method |
| popLogin | Login method |
| popLogout | Logout method |
| popReset | Reset method |
| popStls | StartTLS Command |
| Value | Description |
|---|---|
| popBad | The server has responded with a negative status. |
| popContent | Indicates intermediate events during the receipt of a mail message. Useful for percentage indication on a status display. |
| popCount | The Count property has been updated. |
| popDeleting | Indicates a message delete has been acknowledged. |
| popInfo | The server has supplied information. |
| popOk | The method has completed with a positive status. |
| popPreview | Retrieval of a complete message header plus preview lines. |
| popSize | The message Size property has been updated. |
| popUidl | Retrieval of a message UID label. |