I’ve just set up a generic mail account that is going to be used by all of our Marketing department. A program I’ve written sends e-mails to external suppliers, but I want to send the e-mail from the generic mailbox rather than each specific users account.
I assumed this would be simple using the Outlook object model, but I can’t seem to find a ‘From’ property in the Outlook.MailItem class. Do I have to set this earlier (eg – when I create the ‘Namespace’ object) or something along these lines? Any pointers appreciated.
Thanks