I run the following code using a compiled V8 and Outlook 2005 without issue as
long as we never hit deny or set an allowed time...
--build plugin code
SET VAR syn TEXT=('PLUGINS MapiMail3.rbl ''vOkay|')
SET VAR syn TEXT=(.syn+'To:'+.tdv_AppAccEmail +'|')
SET VAR syn TEXT=(.syn+'Subject:'+.tdv_Subject +'|')
SET VAR syn TEXT=(.syn+'Body:Current
Status-'+(.tdv_STDSStatus)+'; Need to Start
Since-'+CTXT(.tdv_STDSScheduledDate)+'; Current Step
Notes-'+(.tdv_STDSNote)+'|')
SET VAR syn TEXT=(.syn+'SENDDIRECT:TRUE''')
--run code
&syn
clear var syn
--need to force focus to form
PROPERTY 'SaleToDoStepSA|Rbase_form' SET_FOCUS 'TRUE'
----- Original Message -----
From: mike epstein sony viao office
To: RBASE-L Mailing List
Sent: Thursday, April 09, 2009 11:07 AM
Subject: [RBASE-L] - Re: email invoice as pdf
Good morning once again
Rachel
I did as you suggested and did not set the allowed time. I still get the same
results. It only happens when the email is not sent!
Mike
From: [email protected] [mailto:[email protected]] On Behalf Of Rachael
Malberg
Sent: Thursday, April 09, 2009 9:48 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: email invoice as pdf
don't set the allow time just click 'allow'.
----- Original Message -----
From: mike epstein sony viao office
To: RBASE-L Mailing List
Sent: Thursday, April 09, 2009 8:57 AM
Subject: [RBASE-L] - email invoice as pdf
Good Morning
I am using the eep that is found in the 2009 sat that creates a pdf doc and
sets parameters for the plugin MAPIMail3.RBL to create an email to be sent.
Before the email appears I get a message that asks for permission to access
the outlook address book for 'n' minutes or deny access. I have set the
permission for 1 minute.
When the email appears, if it is not sent, my computer hangs up as if it is
waiting for it to be sent and has to be rebooted.
Should there be a line in the eep that would cancel or release the rbl?
Mike