Getting Started
POPMAIN Object
Properties
Methods
Events
POPMSG Object
Properties
Methods
MSGSTORE Object
Methods
Pop3Request Object
Properties
Pop3Queue Object
Methods
Samples
|
RegisterKey Property
Registration code of ANPOP Object. Data Type: String Remarks The following string will be automatically appended in message body and some content in message body will be cut randomly if this property is incorrect.
Current object is an Evaluation Version. Even if your application doesn't use POPMSG object, a POPMSG object MUST also be created in your application. Your license code must be assigned to RegisterKey property of this object instance. If your application uses POPMSG object, 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. Before purchasing license from AdminSystem.NET, 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 oMsg
Set oMsg = Server.CreateObject("ANPOP.POPMSG")
'Before using POPMSG, RegisterKey must be assigned.
oMsg.RegisterKey = "your license code"
[Visual Basic]
Dim oMsg As ANPOPLib.POPMSG Set oMsg = new ANPOPLib.POPMSG 'Before using POPMSG, RegisterKey must be assigned. oMsg.RegisterKey = "your license code"[C#] POPMSGClass oMsg = new POPMSGClass(); //Before using POPMSG, RegisterKey must be assigned. oMsg.RegisterKey = "your license code" See Also |
|