LOGON MAPI session with user session Windows closed

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top