Discuss this help topic in SecureBlackbox Forum

TElPOP3Client class

Properties     Methods     Events     Declared in     Licensing     


TElPOP3Client is a descendant of TElCustomSimpleSSLClient.

Description

    TElPOP3Client class provides functionality of the POP3 protocol for collecting E-mail messages from the server.
To receive a message:

  1. Connect to the server using Open() method.
  2. Call Login() to authenticate to the server.
  3. Use GetMessageCount() to get the number of messages.
  4. To receive a message, call one of ReceiveMessage() methods.
  5. To delete received messages from server, use DeleteMessage().
  6. Finally, close the connection by calling Close().

Properties

Inherited from TElCustomSimpleSSLClient

Methods

Inherited from TElCustomSimpleSSLClient

Events

Inherited from TElCustomSimpleSSLClient

Declared in

.NET:
  • Namespace: SBPOP3Client
  • Assembly: SecureBlackbox.Mail
VCL:
  • Unit: SBPOP3Client
Java:
  • Package: SecureBlackbox.Mail.jar
C++:
  • sbpop3client.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard

Discuss this help topic in SecureBlackbox Forum