I sent out a question about how RBASE interacts with OUTLOOK a few weeks
ago.
I got this response from Mike.
set var vResult integer = null
set var vResult = (DLFree('NameOfTheRBaseMailer.RBL'))
Run this when you are done with the mailer and then try to open
Outlook...
OUTLOOK is set to be open upon startup of all our computers.
I added this code to the places where I use the email function:
SET VAR vEmresult INTEGER = NULL
-- rest of my code to run email
PLUGINS mapimail3.rbl &vparameters
SET VAR vEmresult = (DLFree('mapimail3.rbl'))
Unfortunately OUTLOOK continues to LOCK UP.
I then have to restart Outlook before being able to use it again.
Any suggestions as to what I need to add or change?
Jim