Mapi Outlook .. send mail silently

User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Mapi Outlook .. send mail silently

Post by Enrico Maria Giordano »

This

Code: Select all

oMailItem:Invoke("Send")
can be replaced with this other

Code: Select all

oMailItem:Send()
It's exactly the same. Anyway, it works very well, thank you!

EMG
Post Reply