Exontrol ExEMail Component - Relase notes (http://www.exontrol.com/exemail.jsp)

3.1.0.1 Apr 14, 2011
*Added: 64-bit support

3.0.0.1 July 26, 2010
*Fixed: Sometimes, the BEX (Buffer Overflow) exception is raised when sending e-mails with attachments ( happens with specific PDF files )
*Fixed: When the eXEMail is using authentification, it sends the EHLO command instead HELO
*Fixed: The HELO command is sent twice.

2.0.0.1 February 17, 2009
*Added: Compatible with the Data Execution Prevention (DEP). (SpecialBuild:2000)
*Fixed: Remove the www.exontrol.com from message's body
*Fixed: Renames the X-Mailer header to Exontrol.EMail

1.0.1.3 January 22, 2007
*Fixed: The Date header field uses installed language to generate the date, instead US-English format.

1.0.1.2 November 28, 2006
*Added: The Date field displays date in 24-hour clock including GMT information, as "Tue, 28 Nov 2006 18:29:31 +0200"

1.0.1.1 May 12, 2006
*Added: Message.Helo property. Specifies the string being sent by HELO command to the e-mail server. As a result, the receiver-SMTP will not have to perform MX resolution on this name in order to validate the HELO parameter.

1.0.1.0 March 21, 2005
*Added: Removing duplicate recipients when sending the message to multiple recipients
*Fixed: Removing the BCC field when sending the message to multiple recipients.

1.0.0.9 February 12, 2005
*Added: Version property. Specifies the control's version.
*Added: Gets the list of local DNS servers using the IPHLPAPI.DLL file, if it's installed.
*Added: VB\Express sample saves the information to a file.

1.0.0.8 December 06, 2002
*Added: Message.DNS property. Gets a list of local DNS servers.
*Fixed: If the recipient destination ( To )  has multiple mail servers for delivering, each of them is tried until the message is delivered.
*Chang: VB\Express sample

1.0.0.7 October 21, 2002
*Fixed: On Windows 95, if the 'ws2_32.dll' library is missing, the 'wsock32.dll' is using instead.

1.0.0.6 October 04, 2002
*Fixed: 0xBB81 error message description changed.

1.0.0.5 July 8, 2002
*NEW  : Support SMTP authentification
*Added: Message.Port property. Retrieves or sets the server's port.
*Added: Message.LogonName property. Retrieves or sets a value that indicates the logon username.
*Added: Message.LogonPassword property. Retrieves or sets a value that indicates the logon password.
*Added: Message.AuthMethod property. Retrieves or sets a value that indicates the authentification method.

1.0.0.4 June 3, 2002
*Fixed: Small memory leaks.

1.0.0.3 May 31, 2002
*Added: If the control cann't find local DNS servers it uses the GetNetworkParams API.

1.0.0.2 December 21, 2001
*Fixed: If the same Message is used to send more email messages, the client is disconnected.
*Fixed: If all email recipents were rejected by the first mail server responsible for the email's domain name, the control cancels sending the message other SMTP servers responsible for the email's domain name,

1.0.0.1 December 16, 2001
* Initial Release