Automate new mail exported to text file

I need to have an agent triggered by “field subject contains (mycriteria)” which will automatically export the email to a text file where it can then be read by a Web page which is set to autorefresh every five minutes. I have attempted using :

@Command([OpenDocument]; “1”);

@Command([FileExport]; “MicrosoftWord RTF”; “C:\test.rtf”);SELECT @All

just to export it and have had no luck. I’m really lost here. The file is never created. Is there an easy way to do this? Is there any way to do this? I feel that I’m missing something simple, but am very new at this. Any advice is much appreciated.

Thanks,

Kevin

Subject: Automate new mail exported to text file.

Hallo Kevin,

since R5 you must use “Microsoft RTF”, not “MicrosoftWord RFT”.

Best regards

Thorsten