provide a supported way to programmtically access CF Administrator
functionality...).
On Sun, 12 Sep 2004 22:52:10 +0200, Jochem van Dieten
<[EMAIL PROTECTED]> wrote:
> James Reily wrote:
> > Anyone know of a way in CFML to get the "Mail Server" that is set using the CF Administrator "Mail" interface?
>
> <cflock name="serviceFactory" type="exclusive" timeout="10">
> <cfscript>
> factory = CreateObject("java",
> "coldfusion.server.ServiceFactory");
> ms_service = factory.mailspoolservice;
> </cfscript>
> <cfdump var="#ms_service#">
> </cflock>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

