FULL API EXAMPLES MAILBOX CREATION

Discussion for developers using MailEnable.
Post Reply
rickschneider17
Posts: 2
Joined: Tue May 14, 2013 3:53 pm

FULL API EXAMPLES MAILBOX CREATION

Post by rickschneider17 »

I am looking for a full example (.net, vbs, com, whatever), on creating a new mailbox for a user. I have looked through the documentation online, but I am not understanding it completely, or I am missing a piece of information.

Thanks

MailEnable
Site Admin
Posts: 4441
Joined: Tue Jun 25, 2002 3:03 am
Location: Melbourne, Victoria Australia

Re: FULL API EXAMPLES MAILBOX CREATION

Post by MailEnable »

Hi,

Creating a mailbox involves creating the following: a Mailbox, a Login and at least one Email address for the mailbox.

There are examples available here:
http://www.mailenable.com/developer-res ... p#Examples

A practical implementation in .NET is available here:
http://www.mailenable.com/developers/NET_SignUp.zip
Regards, Andrew

rickschneider17
Posts: 2
Joined: Tue May 14, 2013 3:53 pm

Re: FULL API EXAMPLES MAILBOX CREATION

Post by rickschneider17 »

Thanks.. those did help. Still fumbled around a bit, but its working so far. I was also looking through the API COM DOC, but I couldnt tell how to specify that a mailbox had no limit/quota. Looking at the Mailbox object in the doc, it states: Limit Long Size limit (in kilobytes) of the mailbox, but doesnt say how to specify that there should be no limit, which is available via the UI, with a checkbox.

MailEnable
Site Admin
Posts: 4441
Joined: Tue Jun 25, 2002 3:03 am
Location: Melbourne, Victoria Australia

Re: FULL API EXAMPLES MAILBOX CREATION

Post by MailEnable »

I think the limit is -1. The simplest way to guage the arguments is to make a mailbox with the settings you desire (using the MMC), and then open the mailbox.tab file and review the settings.
Regards, Andrew

Post Reply