I'm using MAPI to connect to an Exchange server to send mail. But when mail is sent from my VB program it isn't placed in the sent mail folder. Does anyone know how to do this?
Thanks.
Printable View
I'm using MAPI to connect to an Exchange server to send mail. But when mail is sent from my VB program it isn't placed in the sent mail folder. Does anyone know how to do this?
Thanks.
If you want it in the Sent Items folder of Outlook, you should use an outlook object to send the mail. This also allow you to send it using outlooks defaults, so if a server is changed only outlook needs to be changed.
Hope this helps
Thanks, that will be very useful. :)