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 '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 ...

What do I need to send and receive e-mails?

To send and receive e-mail messages in your application, you need MailBee Objects or MailBee.NET Objects which are interfaces (API) between your application and a mail server, allowing sending, receiv...

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...

How to download unread e-mails in POP3?

To download only new messages in a POP3 account: 1. You'll need a database where you'll store the list of UIDs of message which have already been downloaded during previous sessions. Let's assum...

Can MailBee and MailBee.NET components work with MS Exchange server?

Yes, you can use both MailBee (ActiveX) and MailBee.NET components to send e-mails to Exchange server or receive e-mails and folders from this server. WebMail Pro application can also access mail on E...

Comparison of Standard and Extended Support options

Standard support (available during the trial period and 1 year after purchase) can assist you with resolving common problems and answering questions regarding installation issues, functioning of After...

Timeout error occurs during submitting a mail message to an SMTP server. What's wrong?

Probably, you're using a firewall, anti-spam or anti-virus filter which intercepts network traffic between MailBee.NET and your SMTP server, and this network filter does not actually support CHUNKING ...

Can MailBee.NET SMTP send messages through Hotmail.com/Live.com?

Live.com allows using SSL connections only. You should make sure you can check mail via Outlook Express or Mozilla Thunderbird and then apply the same settings to MailBee.NET. The following link descr...

WebMail Pro ASP.NET: "No SocketPermission" or "No OdbcPermission" errors and "Medium Trust" policy

If you got No SocketPermission or No OdbcPermission error during installing AfterLogic WebMail Pro, that's ASP.NET environment configuration issue. Particularly, No SocketPermission means ASP.NET a...

Next page>