Abort | Abort any blocking method and release all system resources. |
About | Display Control information in a dialog box. |
ClearCertificate | Clears the Certificate object contained in the Cerificate property. |
Command | Send any command to the server. |
CommandEx | Send any command to the server. |
Delete | Mark one or more messages for removal upon normal completion of the session. |
Get | Get all or part of one or more messages. |
Login | Connect to a POP3 server and authenticate in one easy step. |
Logout | End a session. |
Reset | Remove the "mark-for-delete" flag from all messages on the server. |
Trace | Start or stop the accumulation of trace or debug data. Once started, this method accumulates data until it is turned off. This method provides a convenient mechanism for viewing all data being sent and received over the connection and can be used to troubleshoot host interoperability issues and expose protocol communications. |
AttachmentDirectory | Decoded message attachments are created in this directory. |
AttachmentOverwrite | Specifies whether decoded message attachments are overwritten if the filename is the same. |
Blocked | A True value indicates the control is currently executing a blocking method (Timeout is greater than 0), which has neither completed nor timed out with a ptTimeout error. |
Certificate | Certificate Object to use when authenticating to the remote host. |
Count | Returns the number of messages on the server. |
IpV6 | Specifies whether hostname addresses should be favorably resolved to IPv6. |
Messages | Collection of Message Objects that is the default destination for downloaded messages when using Get. |
Preview | Number of lines of message body desired when using Get with msgPreview specified as a parameter. |
Privacy | Specifies the security protocol (PCT, SSL2, SSL3, TLS, none) and type (Implicit, Explicit) used. |
Security | Specifies criteria for accepting certificate credentials. |
State | Provides status information to the user interface. The State event fires to signal that this property has changed. |
Timeout | Controls the blocking behavior of methods that can be used in blocking and non-blocking ways. |
Authenticate | Fires when the remote host has sent a certificate to be authenticated. |
Certificate | Fires when the remote host is requesting a certificate and the Certificate property is not set to a valid Certificate Object. |
Error | Fires when an Error condition occurs. |
Progress | Fires when a method has completed, the server has sent a reply, or progress information is available. |
State | Fires when the State property changes. |