I’m creating outgoing Outlook e-mail via VBA (from within Access using Automation). I would like to control (specify) the “From” property — I have my own Exchange Server mailbox from which the Outlook object appears to pull my name as the default From property for the message. However, I have also defined a workgroup shared mailbox in Outlook — I would like the Outlook object to use this mailbox’s e-mail address as the From property for the message I’m creating. Is there a way to do this?
Thanks.