empty outbox ?

W

wv01

is it posibble to detect from access with VBA code if there are still
messages in the outbox

mvg...
 
K

Ken Slovak - [MVP - Outlook]

Yes it is, but if you do that you will cancel any send operation that's in
progress or get an error that the send is in process and the items can't be
accessed. So it's not really a good idea to do that.
 
Top