When using AIM in VB.NET the following line:
Dim mailer As MimeMailer = New MimeMailer(host, 465)
Produces the error:
'.ctor' is ambiguous because multiple kinds of members exist in class 'AegisImplicitMial.MimeMailer'.
It appears that VB.NET cannot distingush which ctor to use due to the optional parameters.
Visual Studio 2010 / .NET 4.0 framework.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
When using AIM in VB.NET the following line:
Dim mailer As MimeMailer = New MimeMailer(host, 465)
Produces the error:
'.ctor' is ambiguous because multiple kinds of members exist in class 'AegisImplicitMial.MimeMailer'.
It appears that VB.NET cannot distingush which ctor to use due to the optional parameters.
Visual Studio 2010 / .NET 4.0 framework.
Last edit: Lyle Hancock 2015-08-04