Registration code of ANSMTP Object
The following string will be automatically appended in message body if this
property is incorrect.
Current email was sent by an Evaluation Version.
Note*: This footer will be removed with Licensed Version.
If your application uses Mail object of ANSMTP, your license code MUST be assigned to RegisterKey property of this object instance, otherwise the footer won't be removed.
How long will the trial version expire? Usually, trial version would work with full functions in one or two month(s), after that some of the functions would not work properly in random.
Remarks
Before purchasing license from AdminSystem Software Limited, user can only use THIS Object for demo or evaluation use. Any use of ADS Object for commercial purpose is illegal and strictly prohibited.
Usage Example:
[ASP]
Dim oSmtp
Set oSmtp = Server.CreateObject("AOSMTP.Mail")
'Before using Mail, RegisterKey must be assigned.
oSmtp.RegisterKey = "your license code"
[Visual Basic]
Dim oSmtp As AOSMTPLib.Mail Set oSmtp = new AOSMTPLib.Mail 'Before using Mail, RegisterKey must be assigned. oSmtp.RegisterKey = "your license code"[C#]
AOSMTPLib.MailClass oSmtp = new AOSMTPLib.MailClass(); //Before using MailClass, RegisterKey must be assigned. oSmtp.RegisterKey = "your license code";[Visual C++]
IMailPtr oSmtp = NULL;
oSmtp.CreateInstance("AOSMTP.Mail");
//Before using Mail, RegisterKey must be assigned.
oSmtp.RegisterKey = _bstr_t("your license code");
[JScript]
var oSmtp = new ActiveXObject("AOSMTP.Mail");
//Before using Mail, RegisterKey must be assigned.
oSmtp.RegisterKey = "your license code";
See Also
Get
RegisterKey (Online)
ANSMTP License
2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.