Previous PageNext Page

11.3 Chili!POP3 (POP3 Component)

The Chili!Pop3 1.0 Control enables users retrieve messages from a POP3 server using ASP scripts. This component has two main interfaces. The first, the POP3 interface, deals with the message collection by retrieving messages and controlling messages from a POP3 server. The second interface, the Message interface, exposes all of the properties of a single message. Additional interfaces are exposed to support retrieval of message lists and message attachments.


 

11.3.1.1 Registry Settings

The control makes use of no registry settings.

11.3.1.2 Control Reference

The Chili!Pop3 1.0 Control is registered with the ProgId of "CHILI.POP3.1". The following VBScript excerpt shows creating an instance of the control.

      Set pop3 = Server.CreateObject( "CHILI.POP3.1" )

The Chili!Pop3 1.0 ActiveX Control exposes the following properties and methods.


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page