SocketTools .NET Edition

SmtpClient.RuntimeLicenseAttribute Constructor 

Constructor for the RuntimeLicense attribute which defines the runtime license key.

[Visual Basic]
Public Sub New( _
   ByVal licenseKey As String _
)
[C#]
public SmtpClient.RuntimeLicenseAttribute(
   string licenseKey
);

Parameters

licenseKey
A string argument which specifies the runtime license key which will be used to initialize the class library.

Remarks

The runtime license key for your copy of SocketTools can be generated using the License Manager utility that is included with the product. Note that if you have installed an evaluation license, you will not have a runtime license key and cannot redistribute any applications which use the SmtpClient class.

See Also

SmtpClient.RuntimeLicenseAttribute Class | SocketTools Namespace