
Sending mai via MAPI controls
Place in your code the statement
Const MESSAGE_SEND = 3
MAPISession1.Action = MESSAGE_SEND
Tim
Quote:
> I used the MAPI control to send mail and got it to work properly.
> The mail that was sent sits in the Outbox folder in Outlook until I click
> Send/Receive in Outlook for the mail to be send.
> Is it possible to send the mail immediately?
> TIA
> GP