About .NET Assembly


ANSMTP works very well with .NET Framework. We also provide many tutorials for .NET developers. In this section, we'll focus how to distribute ANSMTP with .NET application.

First of all, you should distribute ansmtp run-time libraryto the target machine like this: http://www.emailarchitect.net/webapp/smtpcom/developers/installation.asp. Secondly, you should distribute the .NET assembly of ANSMTP to the target machine as well.

If you refer to ANSMTP com object in your .NET project directly, after your project is compiled, there is a dll named "Interop.AOSMTPLib.dll" under the same directory of your application executable file. You should copy this dll to the same directory of your application executable file on the target machine.

If you refer to AOSMTPLib.dll in "C:\Program Files\AdminSystem.NET\ANSMTP\DOTNET Assembly" in your .NET project, you should copy AOSMTPLib.dll to the same directory of your application executable file.

If you want to install it with ASP.NET application, please refer to http://www.emailarchitect.net/webapp/smtpcom/developers/asp_aspnet.asp

You can also email to support@emailarchitect.net for more assistance.


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.