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
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