ya, hurry up and realease it already!  ;-)

Sean Corfield wrote:

> Bear in mind that the service factory is unsupported (Blackstone will
> 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]

Reply via email to