Roger Upole wrote:
> "jiccab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > Greetings.
> >
> > with the following code,
> >
> > olApp = Dispatch("Outlook.Application")
> >
> > I am capable of getting a new instance of Outlook running. I would
> > like to be able to use the insta
"jiccab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Greetings.
>
> with the following code,
>
> olApp = Dispatch("Outlook.Application")
>
> I am capable of getting a new instance of Outlook running. I would
> like to be able to use the instance that is already running, if exists
Greetings.
with the following code,
olApp = Dispatch("Outlook.Application")
I am capable of getting a new instance of Outlook running. I would
like to be able to use the instance that is already running, if exists,
otherwise open a new one.
Has anyone being able to do this?
--
http://mail.py