Michael C. McCann wrote.. apparently on 15-Jun-2005/1:30:15-7:00 >Hello Everyone, > >I am new to Rebol and would like to extact certain bits of information from >consistently formatted emails as they arrive in my Outlook inbox. Is this >possible, and how might I go about doing this? >
Maybe you can create a custom action ( VB macro ) to be used in an email rule to export the email as they come in as a text file, and then run Rebol scripts on the exported email? Alternatively, use a rule to forward them to another pop mail box that you have, and let Rebol pick them from there. -- Graham Chiu http://www.compkarori.com/cerebrus http://www.compkarori.com/rebolml -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
