Trying to find the code that will allow me to review and edit an email just before sending it off?
e.g.
''.cc = ""
''.bcc = ""
.Subject = emsubject & " " & emailofsc
.HTMLBody = messagebodyHTML
.somethingherethatwillletmedothat
.DeleteAfterSubmit = False 'This would let Outlook send the note without storing it in your sent bin
.ReadReceiptRequested = True
Also where would I find them in the future...