Gregory,
Maybe try something like this:
nb = Last[
Import["C:\\Users\\YourName\\Desktop\\This is an RTF file.rtf", "Rules"]]
That should open a new notebook that contains the text contents of the RTF file. From there, I think you should be able to programmatically do whatever you want with the text.