Ken - thanks for the tip. The problem I have is that most of the articles
reference exchange server like this code fragment.
With ADOConn
.Provider = "Microsoft.JET.OLEDB.4.0"
.ConnectionString = "Exchange 4.0;" _
& "MAPILEVEL=Mailbox - James Smith|;" _
& "PROFILE=MS Exchange Settings;" _
& "TABLETYPE=0;DATABASE=C:\WINDOWS\TEMP\;"
.Open
End With
Do you know what the connection string should look like for a 'home' pc
running Outlook?
Thanks,
Fred Jacobowitz