Does anyone know how to send a mail using c# and have a copy of this mail drop into a specified
user's sent items. The mail will also have documents attached.
I know I can use System.Web.Mail to send via smtp but somehow i need to add a copy of this mail into the sent items.
Any code snippets would be greatly appreciated as I acan't seem to find anything on the net regarding this none of the MAPI
examples are of use either.
Thanks
Gaz