From: cf_dev2 on
Is it possible to get CF Mail path information from java (class/cfx)?
- c:\CFusionMX7\Mail
- c:\CFusionMX7\Mail\Spool
- c:\CFusionMX7\Mail\Undelivr


From: cf_dev2 on
I finally found this method using coldfusion.server.ServiceFactory
http://www1.oli.tudelft.nl/jochemd/index.cfm?PageID=13

Are there any documented methods? I checked the component explorer for MX7's
mail.cfc but didn't find anything about mail paths.