You give me some ideas! Check this out. You have to use the correct syntax after mailto for the operating system to recognize. Some help here? http://www.labnol.org/internet/email/learn-mailto-syntax/6748/
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, September 23, 2011 10:35 AM To: RBASE-L Mailing List Subject: [RBASE-L] - EMail Launch Question I am trying to launch an email (Not using MapiMail plugins) so that the email presents itself before sending. I can get the email to launch with the TO: filled out properly but I can not get the other options to fill out. EX:To:[email protected]<mailto:[email protected]> OK CC: BCC: Subject:Attachments: & Body: do not filled out Here is my code; clear all variables set v vInsStart date=08/01/2011 set v vInsEnd date=12/31/2011 set v vMultiMail1 text='[email protected]'<mailto:text='[email protected]'> SET VAR vTo text= ('TO:'+.vMultiMailTo1) set v vPeriod text=((ctxt(.vInsStart))+'To:'+(ctxt(.vInsEnd))) SET VAR vSubject text=('Subject:Inspection Report From:'+.vPeriod) SET VAR vCc text='CC:[email protected]<mailto:[email protected]>' SET VAR vBcc text='BCC:[email protected]<mailto:[email protected]>' SET VAR vBody TEXT = ('Body:Please Review attached Inspection Report.') SET VAR VFILESPEC='C:\INSPECTIONS\PDF\INSRPT_080111_123111.PDF' SET VAR vAttachments = ('Attachments:'+.vFILESPEC) SET V vMailTo TEXT=null set v vMailTo=+ ('Mailto:'+.vMultiMailTo1+'|'+.vCC+'|'+.vBCC+'|'+.vsubject+'|'+.VATTACHMENTS) launch .vMailTO All variables are ok when I show var and the Email launches but only the TO: is filled out, rest is blank. Any suggestions would be appreciated. I promise no 'duhs'. Thanks, Bill Eyring

