Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: call Outlook or something else to send an email
AFAIR(emember), Forms is OLE enabled, correct? In that case you should make
sure your forms references the Outlook type library, create an object
variable pointing to the Outlook object, and the rest is a Microsoft issue.
Of course, this is a client solution.
For a server solution you need either to use dbms_pipe (checkout the website
of Thomas Kyte for details) or the external procedure mechanism (Oracle 8
and beyond)
Hth,
--
Sybrand Bakker, Oracle DBA
Nicolas Dezaire <ndezaire_at_theleme.com> wrote in message
news:85k5cj$bt5$1_at_wanadoo.fr...
> Hi,
> I use Forms 4.5 and i'd like to send a mail from my application
> by calling outlook or something else.
> Does any one knows how to do this ?
>
> Thanks
>
> Nico
>
>
Received on Thu Jan 13 2000 - 03:59:57 CST
![]() |
![]() |