Dart Smtp, Pop, Imap Controls
Pop Object Members
Overview 
Public Methods
Public Method AbortAbort any blocking method and release all system resources.
Public Method AboutDisplay Control information in a dialog box.
Public Method ClearCertificateClears the Certificate object contained in the Cerificate property.
Public Method CommandSend any command to the server.
Public Method CommandExSend any command to the server.
Public Method DeleteMark one or more messages for removal upon normal completion of the session.
Public Method GetGet all or part of one or more messages.
Public Method LoginConnect to a POP3 server and authenticate in one easy step.
Public Method LogoutEnd a session.
Public Method ResetRemove the "mark-for-delete" flag from all messages on the server.
Public Method 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.

Public Properties
Public Property AttachmentDirectoryDecoded message attachments are created in this directory.
Public Property AttachmentOverwriteSpecifies whether decoded message attachments are overwritten if the filename is the same.
Public Property BlockedA 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.
Public Property CertificateCertificate Object to use when authenticating to the remote host.
Public Property CountReturns the number of messages on the server.
Public Property IpV6Specifies whether hostname addresses should be favorably resolved to IPv6.
Public Property MessagesCollection of Message Objects that is the default destination for downloaded messages when using Get.
Public Property PreviewNumber of lines of message body desired when using Get with msgPreview specified as a parameter.
Public Property PrivacySpecifies the security protocol (PCT, SSL2, SSL3, TLS, none) and type (Implicit, Explicit) used.
Public Property SecuritySpecifies criteria for accepting certificate credentials.
Public Property StateProvides status information to the user interface. The State event fires to signal that this property has changed.
Public Property TimeoutControls the blocking behavior of methods that can be used in blocking and non-blocking ways.
Events
Public Event AuthenticateFires when the remote host has sent a certificate to be authenticated.
Public Event CertificateFires when the remote host is requesting a certificate and the Certificate property is not set to a valid Certificate Object.
Public Event ErrorFires when an Error condition occurs.
Public Event ProgressFires when a method has completed, the server has sent a reply, or progress information is available.
Public Event StateFires when the State property changes.
See Also

Pop Object


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic