LOGON MAPI session with user session Windows closed

  • Thread starter Thread starter cedric
  • Start date Start date
C

cedric

Well, i'm using Outlook ActiveX 'Outlook.Application.10'

Here a piece of my Code :

' Start Outlook.
' If it is already running, you'll use the same instance...
Dim olApp As Outlook.Application
Set olApp = CreateObject("Outlook.Application")

' Logon. Doesn't hurt if you are already running and logged on but
actually my ' windows is closed
Dim olNs As Outlook.NameSpace
Set olNs = olApp.GetNamespace("MAPI")
olNs.Logon , , False, False

Software version : Outlook XP et Exchange 2000


thx to keep me post it.

Cedric

-----------------------------------------------------------------------

Are you using CDO 1.21 or Extended MAPI or what? What code are you
using?
What version of Outlook and Exchange?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://ww w.slovaktech.com/products.htm
 
I'm sorry, what thread was this related to? You didn't use the same thread
as before and didn't post enough information in this message for me to know
what this is all about.
 
Back
Top