I have successfully imported an RTF file into a PowerPoint slide using this line of code:
var rtfShape = PptSlide.Shapes.AddOLEObject(FileName: rtfFileName);