Hi All,
Historically we were able to send an email using multiple accounts in Outlook and I have the VBA below that would pick the account to send the email from.
We have now moved to an Exchange Environment and I have 1 Account, but within that 1 account I have my own email, and access to 2 shared email accounts. I wish to send email from one of the shared email accounts, further all the sent emails must be in this shared mailbox.
I have done my googling and can find pointers, but nothing that worked (wrong solution or me ).
http://www.codeforexcelandoutlook.com/blog/2009/01/handling-multiple-inboxes/
I found this but didn't get close.
Thanks
Rob
Historically we were able to send an email using multiple accounts in Outlook and I have the VBA below that would pick the account to send the email from.
Code:
.SendUsingAccount = OutApp.Session.Accounts.Item(1)
We have now moved to an Exchange Environment and I have 1 Account, but within that 1 account I have my own email, and access to 2 shared email accounts. I wish to send email from one of the shared email accounts, further all the sent emails must be in this shared mailbox.
I have done my googling and can find pointers, but nothing that worked (wrong solution or me ).
http://www.codeforexcelandoutlook.com/blog/2009/01/handling-multiple-inboxes/
I found this but didn't get close.
Thanks
Rob