You need a resolution code at the end of vparameters. I know this works with Outlook.
 
 Try:
 
set v vresolve text=('Resolve_Names:TRUE') and add .vresolve to the end of your parameter settings like:
 
(.vquote+.vDummy&.vpipe+.vto&.vpipe+.vsubject&.vpipe+.vcc&.vpipe+
 .vbcc&.vpipe+.vbody&.vpipe+.vattachments&.vpipe+.vsenddirect+.vpipe+.vResolve)
 
Drop the last .vquote.
 
Hope this helps.
 
Bill Eyring
-------- Original Message --------
Subject: [RBASE-L] - CONVERSION TO 9.5
From: "Jim Belisle" <[email protected]>
Date: Tue, September 04, 2012 10:04 am
To: [email protected] (RBASE-L Mailing List)

We are getting very close to converting our 7.5 DB to 9.5.

In doing my testing for the email function, the code acts like it is
sending the email but no email is sent.

I do not get errors. Here is the code I use for the email.



SET VAR vparameters = +

(.vquote+.vDummy&.vpipe+.vto&.vpipe+.vsubject&.vpipe+.vcc&.vpipe+ +

.vbcc&.vpipe+.vbody&.vpipe+.vattachments&.vpipe+.vsenddirect+.vquote)



PLUGINS mapimail3.rbl &vparameters

PAUSE FOR 3 USING 'Wait for box to close'

SET VAR vemresult = (dlfree('mapimail3.rbl'))

(I also tried mapimail4.rbl with no success)



My MACHINE uses Windows XP.

We also have machines with Windows 7 (32) and 7 (64)



Anyone with any suggestions?



James Belisle



Making Information Systems People Friendly Since 1990







Reply via email to