Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 15 December 2004 at 4:48pm | IP Logged
|
|
|
Hello,
I am writing some script to check and see if Mailbee.smtp, pop3 and Queue are installed to make them options to use for the end user.
I know smtp is
MailBee.SMTP
like wise MailBee.pop3 for the POP3 -
But what is the QUEUE component?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 16 December 2004 at 7:52am | IP Logged
|
|
|
MailBee Message Queue is not a component but rather a Windows service.
To detect whether MailBee Message Queue is installed, you can use Windows API for services (OpenService function). Service name is "MailBee Message Queue".
Regards,
Alex
|
Back to Top |
|
|