Knowledge Base

To search an entire phrase, enclose it in quotes.
To select multiple tags (tags intersection), hold Ctrl and click tags. Clicking selected tag unselects all tags.

I'm getting "Server Error in '/' Application". What does this mean?

If you see the following in the error details: Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be c...

Synchronization modes. How do they work?

WebMail Pro can download e-mail messages (or their parts) from mail servers and store the downloaded messages in its storage. This is some kind of cache which reduces number of connections to the mail...

How to connect to gmail.com?

Gmail requires establishing secure connections (SSL/TLS). WebMail Pro supports SSL/TLS and can connect to Gmail. To connect to servers like gmail.com, you should just specify dedicated SSL port...

I'm getting "Can't connect to POP3 server, check POP3 server settings". How to resolve?

To learn what is mail server and what is necessary to send/receive messages, please refer to this topic. Typical reasons: * the mail host you try to connect to doesn't have POP3 service runnin...

I'm getting 'CreateObject Failed' (or 'Server.CreateObject failed') error. What's wrong?

Most likely, your application powered by MailBee Objects doesn't have sufficient permissions to MailBee.dll or MailBee Objects installation was damaged for some reason. If your application is an ASP a...

How can I send e-mail through Gmail with C# or VB.NET

Gmail accepts only secure SSL connections, and thus you should use MailBee.NET SMTP component in SSL mode. C#: using MailBee; using MailBee.SmtpMail; using MailBee.Security; ... Smtp mailer ...

How to reset or recover admin password?

You should find admin password stored in data/settings/adminpanel.xml file. By default, the line looks like: 12345 In older versions, it was stored in data/settings/settings.xml file.

How to assign correct permissions to App_Data folder of WebMail Pro ASP.NET

If you got one of the following errors during WebMail Pro ASP.NET installation: Creating/deleting folders Error, can't create folders in the data folder. Creating/deleting files Error, can't cre...

Getting notifications about new messages in mailbox (IMAP IDLE and polling)

If your application powered by MailBee.NET Objects or MailBee Objects needs to learn about new messages in mailbox immediately as they arrive, there are two approaches possible: waiting for notificati...

I'm getting "The previous session was terminated due to a timeout" message. Please help!

The typical reason of such error message thrown by WebMail Pro ASP.NET is unexpected loss of session data. By default, InProc session-state mode is used by .NET version of WebMail Pro. That means that...

Next page>