Mapi Export Using Switches
Posted: Tue Jan 03, 2006 6:36 pm
I am using version R&R 10+ with all latest updates.____I am shelling out to the RRWRUN.EXE with multiple switches and need to know how to also incorporate the "/M" switch. Below is my current expression that is being shelled...____RRWRUN.EXE C:VBSCMSRUNIN 26/MPDFCurr /WY /OC:VBS 1150742.CMS /B /DC:VBSDMODATA\____"PDFCurr" is the RRW report that I am using for this test.____I have also tried using this expression...____RRWRUN.EXE C:VBSCMSRUNIN 26/M /WY /OC:VBS 1150742.CMS /B /DC:VBSDMODATA\____...since my CMSRUNIN record held the library and all my required aliases for the report. I don^t get any errors but get the same result, a print out. I ultimately want it to export the report using MAPI so that the report is emailed to the customer^s email address. I went into the "Export" window and clicked HTML (I have hit Edit and referenced "Invoice.HTM" as the Export File Name) and clicked "Send via MAPI". In the Mail Options window I have the "Send Burst Report" highlighted with the Burst Level set to the transaction #. The Send To is set to an aliased data field that contains the email address. I have something simple in the Subject and Body fields. When I run my app it simply prints the report without emailing. What am I doing wrong?____Sincerely,__Desperate Developer