-
I have some code which sends e-mail from my VB program using MAPI, which isn't a problem. The problem is, my program will be sending a large amount of e-mails, and I don't want them to be saved in my 'sent items' folder. Is there any way to prevent this from happening?
FYI: I'm using VB6 and MS-Exchange.
Also, when I send e-mails using Exchange, I DO want copies saved in my 'sent items', so unchecking the relevant option in MS Exchange itself, is out of the question.
Any ideas?
-
i found this program on the net, which used the winsock control to send email
if you want it i could send it to you, but you would have to email me....
btw: it does not save them in ur sent items, because it does not use mapi...
oh well..
-
Nah I really need to use MAPI, but thanks anyway.
:)