Knowledge Base

How to add MailBee Objects in VB.NET project?

For .NET environment, we recommend to use MailBee.NET Objects instead of MailBee Objects. To learn how to add MailBee.NET Objects into your VB.NET project, please refer to "How to add MailBee.NET Objects in my .NET-based project?" topic.

However, if you need to add MailBee Objects into your VB.NET project for some reason, you should go to "Project" menu, then "Add reference", select "COM" tab and then search for "MailBee Objects type library" in the list.

Note that MailBee is not a visual control, you cannot place it on the form; instead, you should create instances of MailBee classes programmatically in the code.