04-24-2011, 05:55 AM
QM email functions use MailBee COM component.
If your macro.exe uses a COM component:
1. The component file must be on that computer. In this case, take mailbee.dll from QM folder and place it beside your macro.exe on that computer.
2. The component must be registered on that computer. Use a setup program to register it. The setup program must run as administrator. If you create the setup program with QM, you can use function RegisterComComponent.
If your macro.exe uses a COM component:
1. The component file must be on that computer. In this case, take mailbee.dll from QM folder and place it beside your macro.exe on that computer.
2. The component must be registered on that computer. Use a setup program to register it. The setup program must run as administrator. If you create the setup program with QM, you can use function RegisterComComponent.
