Dart Smtp, Pop, Imap Controls
Progress Event
Indicates the method that the event pertains to.
Indicates the Status of the method.
Contains the server reply related to the status.
Indicates the server-side message the event pertains to. Matches the message's Attribute(msgNumber) property.
Indicates the number of bytes that have transferred (so far) for the transfer that is currently in progress. The value normally falls between 0 and Size. Only valid when Status is popContent, and is 0 at other times.
Indicates the total number of bytes for the message transfer currently in progress. Value is constant during any single transfer. Only valid when Status is popContent, and is 0 at other times.
Description
Fires when a method has completed, the server has sent a reply, or progress information is available.
Syntax
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 _
)
Parameters
Method
ValueDescription
popCommandCommand, CommandEx methods
popDeleteDelete method
popGetFetch method
popLoginLogin method
popLogoutLogout method
popResetReset method
popStlsStartTLS Command
Indicates the method that the event pertains to.
Status
ValueDescription
popBadThe server has responded with a negative status.
popContentIndicates intermediate events during the receipt of a mail message. Useful for percentage indication on a status display.
popCountThe Count property has been updated.
popDeletingIndicates a message delete has been acknowledged.
popInfoThe server has supplied information.
popOkThe method has completed with a positive status.
popPreviewRetrieval of a complete message header plus preview lines.
popSizeThe message Size property has been updated.
popUidlRetrieval of a message UID label.
Indicates the Status of the method.
Reply
Contains the server reply related to the status.
MessageNumber
Indicates the server-side message the event pertains to. Matches the message's Attribute(msgNumber) property.
Count
Indicates the number of bytes that have transferred (so far) for the transfer that is currently in progress. The value normally falls between 0 and Size. Only valid when Status is popContent, and is 0 at other times.
Size
Indicates the total number of bytes for the message transfer currently in progress. Value is constant during any single transfer. Only valid when Status is popContent, and is 0 at other times.
Remarks
Use the Trace method to gather protocol-level data if the Reply parameter is inadequate.
See Also

Pop Object  | Pop Members


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