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.

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

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 can I send e-mail through Gmail with ActiveX version (VB6, classic ASP)

Gmail accepts only secure SSL connections, and thus you should use MailBee SMTP component with MailBee SSL/SMIME component. Visual Basic 6 / VBScript: Set SMTP = CreateObject("MailBee.SMTP") set ...

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 connect to mail server via SSL using WebMail Pro?

WebMail Pro supports SSL-powered connections over POP3, IMAP and SMTP. In order to connect to mail server via SSL, you should specify dedicated SSL ports, SSL/TLS mode will be enabled automatically. T...

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

Can MailBee SMTP (ActiveX) 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. The following link describes...