Re: CDO 1.21 and Outlook
From: Mike Lowery (selfspam_at_mouse-potato.com)
Date: 02/20/04
- Next message: Mike Lowery: "Re: CDO 1.21 and Outlook"
- Previous message: djenner_at_earthlink.net: "Re: VBA add-in disabled on startup of Outlook"
- In reply to: Andrew Cushen: "Re: CDO 1.21 and Outlook"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Feb 2004 11:39:14 -0800
I get this error if that line is commented/removed:
[Collaboration Data Objects - [MAPI_E_NOT_INITIALIZED(80040605)]]
"Andrew Cushen" <anonymous@discussions.microsoft.com> wrote in message news:1330b01c3f7df$3278efa0$a101280a@phx.gbl...
> Mike-
>
> Have you tried commenting out the logon line? You
> shouldn't need it if you're always logged into Outlook
> before the code runs.
>
> -Andrew
> ================================================
> >-----Original Message-----
> >I've got some code that creates a MAPI.Session object and
> then logs on to the Exchange mail server:
> >
> >Dim oSession As MAPI.Session
> >Set oSession = New MAPI.Session
> >oSession.Logon ProfileName:="MS Exchange Settings",
> NewSession:=False
> >
> >This is being done within Outlook using VBA. It works,
> but the problem is that the .Logon method takes about a
> half minute to
> >execute. Since I'm already logged in to Outlook using
> this profile, is there any way to attach the session to
> the existing session
> >instead of creating a new one? The NewSession:=False
> sounds like it does this, but the 30 second delay tells me
> otherwise (I
> >think?)
> >
> >Anyone know how to get rid of this delay?
> >
> >
> >
> >.
> >
- Next message: Mike Lowery: "Re: CDO 1.21 and Outlook"
- Previous message: djenner_at_earthlink.net: "Re: VBA add-in disabled on startup of Outlook"
- In reply to: Andrew Cushen: "Re: CDO 1.21 and Outlook"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|