![]() |
Sergey Kornilov admin 9/2/2010 |
Don't have any personal experience with this. Provider=Microsoft.Jet.OLEDB.4.0;Outlook 9.0;MAPILEVEL=;DATABASE=C:\Temp\;
Connecting to an Exchange mail box through JET:** Provider=Microsoft.Jet.OLEDB.4.0;Exchange 4.0;MAPILEVEL=Mailbox - Pat Smith|;DATABASE=C:\Temp\;
|
|
Stu author 9/6/2010 |
Sergey, Don't have any personal experience with this. Theoretically speaking ASPRunnerPro is able to connect to Outlook and Exchange. You will need to use 'Connection string' option on Database connection type screen. Here are a few examples of connection strings. # Connecting to an Outlook 2000 personal mail box using the JET OLE DB Provider: Provider=Microsoft.Jet.OLEDB.4.0;Outlook 9.0;MAPILEVEL=;DATABASE=C:\Temp\;
Connecting to an Exchange mail box through JET:** Provider=Microsoft.Jet.OLEDB.4.0;Exchange 4.0;MAPILEVEL=Mailbox - Pat Smith|;DATABASE=C:\Temp\;
|