Hi all, the following code opens an outlook email and attaches a pdf of a report to it. The code works but when it opens the screen to prompt the user to see if they want to edit the email before sending its minimized. Is there a way for the email to be opened maximized.
Code:
DoCmd.SendObject acSendReport, "Estimate", acFormatPDF, _
"MVSTAR OPERATOR; HYDRO ONE TxDx; TDS GENERATOR", "METER DATA SERVICES", , _
"" & SubjectLine, "" & MessageLine, True
The reason i want to do this is because i want to take a screenshot of it and automatically save the copy of the email to a folder.