|

Reference
The Chilkat
Mail ActiveX control provides three main objects for sending,
receiving, and managing email:
ChilkatMailMan
Connects
to POP3 and SMTP servers and reads/sends email.
ChilkatEmail
Represents a single email message including
any attachments. This object cannot be placed on a VB or Delphi
form. Use EmailFactory (see below).
ChilkatEmailBundle
Represents a collection of ChilkatEmail
objects. This
object cannot be placed on a VB or Delphi form. Use BundleFactory
(see below).
Chilkat Mail v5.0.0
introduce two new objects to assist in development environments
such as Delphi and C++ Builder:
EmailFactory
This is an object with a single method,
NewEmail, which returns a new (and empty) ChilkatEmail
object. The EmailFactory object can be placed on VB and Delphi
forms.
BundleFactory
This is an object with a single method,
NewBundle, which returns a new (and empty) ChilkatEmailBundle
object. The BundleFactory object can be placed on VB and Delphi
forms.
|