SendObject email not in Sent folder

Gkirkup

Registered User.
Local time
Today, 08:01
Joined
Mar 6, 2007
Messages
628
I am sending an email using SendObject, like this:

DoCmd.SendObject acSendNoObject, , , eMailAddress, ccAddress, , Me.Subject, Me.MessageBody, 0

The email is sent correctly. However, in Access 2003 a copy was posted to the Outlook 'Sent' folder. Since we have moved to Outlook 2010, a copy is no longer posted to the 'Sent' folder. We miss having that copy. Is there an option that I can set to post the email to the user's 'Sent' folder?
If not, what about a BCC? How can I get the user's email address?

Robert
 
I just ran a quick test, I received the e-mail in my Sent box. I'm using Access 2010, Windows 7, Outlook 2010. If you have any more details and want me to try something else I can.

DoCmd.SendObject acSendNoObject, , ,"myemail.com",,,"Test","To see if shows up",false
 
That's odd. I tried this myself and got a copy in my 'Sent' folder. But the user concerned never gets an email in her 'Sent' folder from this program.

Robert
 
I prefer the always problem to the infrequent oddball. Good luck tracking it down. If you want me to try anything let me know, I'm game.
 

Users who are viewing this thread

Back
Top Bottom