Hi,
I have a problem which I cannot solve since many days.
We are using Lotus Notes (obviously the main problem!) where every user need to have his own LotusID AND the Lotus Client to work with.
My Access 2010 Database works very well on the user clients, when mailing and sending SMS by Mail2SMS.
Due to performance reasons I would like to transfer the access program on a user account on a Windows server 2008 R2.
Although I removed all references (Lotus Domino Objects, Lotus Notes Automation Classes) and set them to late binding, the program fails to start on the server.
As I run it on the server by Access Runtime I cannot find the reason for that.
I have still those 4 main references:
-Visual Basic for applications
-Microsoaft Access 14.0 Object Library
-OLE Automation
-Microsoft Office 14.0 Access database engine object Library
They have to be on the server, as another application runs without problems having nothing to work with Lotus Notes.
So my first question is:
Does Access CHECK when starting a database which references (even as late binding) could be used late on?
Secondly:
If the problem is a missing reference, will it be sufficient to copy those 2 Notes libraries to the server and register them (if it works...)?
Or, third:
Does anyone can provice me with VBA-code to RECEIVE mails through IMAP/POP3 without Outlook? (I only found code based of using Outlook!!)
I can SEND through SMTP but do not know how to receive mails!!!
Thanks a lot!
Michael
I have a problem which I cannot solve since many days.
We are using Lotus Notes (obviously the main problem!) where every user need to have his own LotusID AND the Lotus Client to work with.
My Access 2010 Database works very well on the user clients, when mailing and sending SMS by Mail2SMS.
Due to performance reasons I would like to transfer the access program on a user account on a Windows server 2008 R2.
Although I removed all references (Lotus Domino Objects, Lotus Notes Automation Classes) and set them to late binding, the program fails to start on the server.
As I run it on the server by Access Runtime I cannot find the reason for that.
I have still those 4 main references:
-Visual Basic for applications
-Microsoaft Access 14.0 Object Library
-OLE Automation
-Microsoft Office 14.0 Access database engine object Library
They have to be on the server, as another application runs without problems having nothing to work with Lotus Notes.
So my first question is:
Does Access CHECK when starting a database which references (even as late binding) could be used late on?
Secondly:
If the problem is a missing reference, will it be sufficient to copy those 2 Notes libraries to the server and register them (if it works...)?
Or, third:
Does anyone can provice me with VBA-code to RECEIVE mails through IMAP/POP3 without Outlook? (I only found code based of using Outlook!!)
I can SEND through SMTP but do not know how to receive mails!!!
Thanks a lot!
Michael