-
I'm using MAPI to send messages when certain events occur in my application. I was wondering if it's possible to compose several messages and send them all at once when the user exits my application. I've tried using the Save method, but there is not a lot of documentation on where this method actually saves the messages and how to retrieve them for sending.
Any help would be greatly appreciated,
Nahid Harjee
-
My application saves the data for the mail message in a data base table. I have a separate job running on a server that reads that data base and does the MAPI stuff.