Setting up in Classic ASP

Discussion for developers using MailEnable.
Post Reply
Ron R
Posts: 7
Joined: Tue Apr 06, 2010 3:25 pm

Setting up in Classic ASP

Post by Ron R »

The examples on the Developer API/Tools page seem to use different COM objects, some of them work and some don't... I'm not sure what I need to download. Basically all I want to be able to do is the following:

1. Create a Post Office
2. Add a User
3. Delete a user
4. Delete a Post Office

I want to do this using Classic ASP. From the examples I downloaded, only addmailbox.asp actually worked - the rest all give errors on the CreateObject line indicating there is some other DLL that needs to either be downloaded, or already exists but isn't registered.

How do I get started on this? All of the info I can find seems to be related to .net.

Post Reply