Page 2 of 2

Re: Mapi Outlook .. send mail silently

PostPosted: Fri Dec 20, 2019 10:14 pm
by Enrico Maria Giordano
This

Code: Select all  Expand view
oMailItem:Invoke("Send")


can be replaced with this other

Code: Select all  Expand view
oMailItem:Send()


It's exactly the same. Anyway, it works very well, thank you!

EMG