The RMScript DLL is just a Win32 wrapper for the Microsoft Script Control 1.0. It allows your working VBScript (or JavaScript) Code to be executed from a different environment, in this case RBase. RMScript has been up on my site for a few years now and has proved its use to a few RBase users to my knowledge.
http://www.byerley.net/RMScriptPak.zip Has the DLL, HelpFile and example code. ----- Original Message ----- From: "Bruce Chitiea" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Saturday, September 08, 2012 5:32 PM Subject: [RBASE-L] - RE: Can Rbase download emails ? Mike: I'd very much like to take a look at RMScript. Thank you! Bruce -------- Original Message -------- Subject: [RBASE-L] - RE: Can Rbase download emails ? From: "Mike Byerley" <[email protected]> Date: Sat, September 08, 2012 1:58 pm To: [email protected] (RBASE-L Mailing List) If you know VBScript and look at Outlooks Object Model, you might change your opinion of its slicing/dicing abilities. Each message contains properties exposing all elements of the message, allowing the programmer to have their way with it. You could use my RMScript DLL to automate Outlook from within RBase and Slice and Dice to your hearts content. ----- Original Message ----- From: "Michael J. Sinclair" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Saturday, September 08, 2012 4:52 PM Subject: [RBASE-L] - RE: Can Rbase download emails ? : Me too! : One could use RBase to automate email account : management, auto reply, collect files that come in as attachments and distribute : them to employees....lots of cool options. : Mike : : : ________________________________ : From: Bruce Chitiea <[email protected]> : To: RBASE-L Mailing List <[email protected]> : Sent: Saturday, September 8, 2012 4:18 PM : Subject: [RBASE-L] - RE: Can Rbase download emails ? : : : Mike B: : : For me it would be first a matter of winnowing years of email down to just the really important stuff, stored and secured on my own server. Certainly Outlook can download from a MAPI source, but its slicing/dicing tools are limited. : : Just off the top 'o the head, I envision an application that draws and parses/deconstructs messages from the downloaded email store into a structured R:Base database where all fields are subject to searching and manipulation. An "R:Base-centric" application which performs the download itself would be icing on the cake. : : Just thinking. : : Bruce : : -------- Original Message -------- : >Subject: [RBASE-L] - RE: Can Rbase download emails ? : >From: "Mike Byerley" <[email protected]> : >Date: Sat, September 08, 2012 11:26 am : >To: [email protected] (RBASE-L Mailing List) : > : >Either of those can be displayed in the internet control, So what is the : >real question? : > : >Can RBase do it natively? No. : > : > : > : > : >----- Original Message ----- : >From: "Bruce Chitiea" <[email protected]> : >To: "RBASE-L Mailing List" <[email protected]> : >Sent: Saturday, September 08, 2012 1:21 PM : >Subject: [RBASE-L] - RE: Can Rbase download emails ? : > : > : >All: : > : > : >Me too. : > : > : >Bruce : > : > : > : >-------- Original Message -------- : >Subject: [RBASE-L] - Can Rbase download emails ? : >From: "Michael J. Sinclair" <[email protected]> : >Date: Fri, September 07, 2012 6:42 pm : >To: [email protected] (RBASE-L Mailing List) : > : > : >Hi All, : >I was wondering, is there any way to use Rbase to log into an internet : >email account (such as gmail or yahoo) to see if there are any new emails : >and download them? or print attachments? : >TIA : >Mike : > : > : >

