How can we help?

Overview


Introduction

The Auron Email Component package consists of 3 modules; any combination of components can be installed:

  • The Auron Email Component COM components – core components ‘AxEmail32.dll’ (to embed in 32-bit applications) and ‘AxEmail64.dll’ (to embed in 64-bit applications);
  • The Auron Email Component Sample Files – samples for various development platforms.
  • The Auron Email Component shortcuts to the manual and samples.

Installation (Automatic)

To automatically install Auron Email Component, download AuEmailSetup.exe and start the installation.
The InstallShield wizard will guide you through the rest of the setup.

On 32-bit operating systems, it will automatically register the 32-bit ActiveX DLL ‘AxEmail32.dll’, to support 32-bit applications.

On 64-bit operating systems, it will automatically register the 64-bit ActiveX DLL ‘AxEmail64.dll’, to support 64-bit applications; it will also automatically register the 32-bit ActiveX DLL ‘AxEmail32.dll’, to support 32-bit applications.

Installation (Manual)

To manually install the Auron Email Component core files, perform the following actions:

  • Perform one installation of Auron Email Component on an available computer, to extract the ‘AxEmail32.dll’ and ‘AxEmail64.dll’ core ActiveX files
  • To embed Auron Email Component in 64-bit applications, copy the ‘AxEmail64.dll’ ActiveX file to the destination computer hard drive and register the DLL by running the following command from the command-line on the destination computer:
    REGSVR32 <dest-location>\AxEmail64.dll
  • To embed Auron Email Component in 32-bit applications, copy the ‘AxEmail32.dll’ ActiveX file to the destination computer hard drive and register the DLL by running the following command from the command-line on the destination computer:
    REGSVR32 <dest-location>\AxEmail32.dll