Discuss this help topic in SecureBlackbox Forum
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:
- Connect to the server using Open() method.
- Call Login() to authenticate to the server.
- Use GetMessageCount() to get the number of messages.
- To receive a message, call one of ReceiveMessage() methods.
- To delete received messages from server, use DeleteMessage().
- 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:Java:
- Package: SecureBlackbox.Mail.jar
C++:
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