IAdrMessage interface

IAdrMessage interface of “Advanced Direct Remailer Component 1.1” component allows to transmit letters for future delivery by ADR. Actually, ADR can receive messages by three ways now:

Through internal SMTP server

Through files created on disk

Through COM/ActiveX interface

IAdrMessage is dual-interface. So, you can use ADR service through disp-interface (Visual  Basic, JavaScript, ASP) or through vtbl-interface (Microsoft Visual C++, Borland Delphi). The ADR package includes code examples for both methods.

Standard C++ header for interface is in file:

COM\Amv_MFC\adr_h.h

of Advanced Direct Remailer subdirectory.

Interface methods, Typical program code, Code samples