AdvPOP3 Example Code

The component allows you to perform retrieve and delete mail messages from any standard POP3 server, which compiles with RFC 1939, via a web page and offer functionality that POP3 server support. The component exposes message headers via properties and handles quoted-printable and base64 decoding file attachments and embedded images also. It provides following operations.

  1. Retrieve mail messages using message numbers and also can sort the messages in ascending and descending given criteria.

  2. Delete mail messages.

  3. Check current status, as number of mail messages present and total size.

Method Name Method Description
Delete Delete specified message(s) from the mailbox using their sequence numbers
GetAll Retrieves the data associated with messages using their sequence numbers
GetHeaderOnly Retrieves the headers associated with messages using their sequence numbers
Status Check current status

Back

Copyright © 2000, Advanced Communications