I will give a little background first.
Trying to send a report as an attachment to customer.
I use
I have two ways that users connect to the system. The first way is just by using it on their local machines (this way works for sending the email). The other way is coming in through terminal Services. This way does not work. I set up Outlook on the TS side and it works when users log in and send email that way. They are using exchange server. All the applications are MS newest and greatest.
When i try to run this command, it just gives me Run time error 2287. Can't open the mail session. Can anyone give me any help. I'm not sure what is going on.
Side note:
All of the items running on the server are running the newest updates and patches.
The only difference between the two ways of doing it is the terminal services.
Thanks to anyone that helps! this is very very urgent
David Kuhn
------------------
Trying to send a report as an attachment to customer.
I use
Code:
DoCmd.SendObject acSendReport, "rptQuoteEmail", acFormatHTML, Reports![rptQuoteEmail]![Email], , , "Machinery Quote(s) You Requested", "", True, strPath & "Quote Template.html"
I have two ways that users connect to the system. The first way is just by using it on their local machines (this way works for sending the email). The other way is coming in through terminal Services. This way does not work. I set up Outlook on the TS side and it works when users log in and send email that way. They are using exchange server. All the applications are MS newest and greatest.
When i try to run this command, it just gives me Run time error 2287. Can't open the mail session. Can anyone give me any help. I'm not sure what is going on.
Side note:
All of the items running on the server are running the newest updates and patches.
The only difference between the two ways of doing it is the terminal services.
Thanks to anyone that helps! this is very very urgent
David Kuhn
------------------