ActivEmail SMTP/POP3 Toolkit Add SMTP/POP3 capabilities to any Windows or .NET application

Quicklinks


ACTIVEEMAIL SMTP E-MAIL TOOLKIT 2.2 UPGRADE NOTES

NAME OF THE COMPONENT HAS CHANGED!!

The COM/OLE names and the GUID's of the ActiveEmail component have changed:

  • The COM/OLE name of the SmtpMail object has changed to 'ActiveXperts.SmtpMail' (in previous versions: 'ActivXperts.SmtpMail');
  • The GUID of the SmtpMail object has changed to '6DEF60BE-C413-4A01-B0B5-CDBF5A1D6F86' (in previous versions: '5D6D4BCF-3423-4A7F-84B2-9B71DD672885');
  • The COM/OLE name of the NntpNews object has changed to ActiveXperts.NntpNews (in previous versions: 'ActivXperts.NntpNews');
  • The GUID of the SmtpMail object has changed to B8B0F827-13BF-4385-A80B-7971740271F7 (in previous versions: '13DD0259-C20E-4867-B6A4-FDC4C225114E').

VBSCRIPT USERS

VBScript users should change the parameter of the CreateObject methods:

  • 'CreateObject( ActiveXperts.SmtpMail )' instead of 'CreateObject( ActivXperts.SmtpMail )';
  • 'CreateObject( ActiveXperts.NntpNews )' instead of 'CreateObject( ActivXperts.NntpNews )'.

ASP USERS

ASP users should change the parameter of the CreateObject methods:

  • 'CreateObject( ActiveXperts.SmtpMail )' instead of 'CreateObject( ActivXperts.SmtpMail )';
  • 'CreateObject( ActiveXperts.NntpNews )' instead of 'CreateObject( ActivXperts.NntpNews )';
  • '<object runat=server progid="ActiveXperts.SmtpMail" id=aeObj></object>' instead of '<object runat=server progid="ActivXperts.SmtpMail" id=aeObj></object>';
  • '<object runat=server progid="ActiveXperts.NntpNews" id=aeObj></object>' instead of '<object runat=server progid="ActivXperts.NntpNews" id=aeObj></object>'.

VISUAL BASIC USERS

Visual Basic users should update the reference in their projects:

  • Open your project;
  • Go to the 'Project/References...' menu and check the box next to ActiveEmail 2.2 Type Library.

VISUAL C++ USERS

Visual C++ users should recompile their projects, using the new AEmail.h, AEmail_i.c and AEmailConstants.h files located in the ...\Examples\VisualC++\Include directory.


VISUAL STUDIO .NET USERS

Visual Basic .NET and Visual C# .NET users should update the reference in their projects:

  • Open your project;
  • In the Solution Provider, go to the project's 'References' container;
  • Choose 'Add Reference' from the context menu;
  • Choose the 'COM' tab and select the ActiveEmail 2.2 library.

EMBEDDED HTML USERS

Users who use the component(s) inside a client HTML file should update the GUID values:

  • For the SmtpMail class, use 'CLASSID="CLSID:6DEF60BE-C413-4A01-B0B5-CDBF5A1D6F86' instead of 'CLASSID="CLSID:5D6D4BCF-3423-4A7F-84B2-9B71DD672885"';
  • For the NntpNews class, use 'CLASSID="CLSID:B8B0F827-13BF-4385-A80B-7971740271F7' instead of 'CLASSID="CLSID:13DD0259-C20E-4867-B6A4-FDC4C225114E"'.