How to hit "send" button in Outlook

StarvinMarvin

still quite the noob
Local time
Today, 14:28
Joined
Mar 8, 2010
Messages
171
Got a macro to send a report in pdf to several people in outlook, just like to know if there's a way to finish it off by actually "sending" the email rather than leaving outlook open and requiring the operator to hit send.


Thanks
 
might want to check the outlook property in the options>mail setup that says "send immediately when connected".

this sends me immediately after it's created. I believe the "sendobject" method that you're probably using in the macro sends automatically anyway. but if this prop is shut off, messages remain in the outbox even when the send button is pushed
 
If you're using SendObject, one of the arguments controls whether the email is sent or left open for editing. I think leaving open for edit is the default, so check that setting.
 
yup, it's because I left it open to edit.... why I can't keep track of my choices like this is pretty sad...

Thanks guys.
 

Users who are viewing this thread

Back
Top Bottom