CDO emailing - add to "Sent items" ?

  • Thread starter Thread starter DagL
  • Start date Start date
D

DagL

Hello

I am using CDO to send emails from my system. But, the emails is not added
to the "Sent items" - directory in my email system. I suspect this is because
I am not logging in by user/password, only open the SMTP server and send
directly.

In CDO, I does noe see any loggon - functions.
Does anyone have any tips on how I can get the emails to the "Sent items"
directory?

Best regards
Dagl
 
By using CDO you are, as you say, communicating directly with your email
server, but your "Sent Items" folder is a function of your email client,
which CDO bypasses completely.

You will need to use a different method for sending these emails, something
which utilises your email client instead of going directly to the server.
For example, if the email client is Outlook then you could use automation.
 
Thank you for your answer, the problem was as I thought, but it is also good
to get an confirmation from other programmers that is more experienced than
me.

The reason why I have chosen CDO, is that I have not found a way to use
Outlook automation and log on a email server on Citrix. Many of our customers
use Citrix to this. Does you have any tip for this?

Best regards
Dagl
 
Sorry, I don't really understand the issue you are trying to describe re
Outlook and Citrix.
 
Sorry that I was short on my question the last time.
The Outlook application that we use for emails resides on a Citrix client.
Not my local pc. And, I have not been able to connect to the Outlook
application that resides on the Citrix client. An Outlook application on a
local pc, I can connect to.

I hope this made it more understandable.

Best regards
DagL
 
Back
Top