specify other users folder as source of email mail merge?

A

aardvick

I'm using VBA to automate sending emails from a mail merge in Word/Access. I
can see how to specify the subject line, address field name, etc; but I'm
wondering if it's possible to specify the sender (ie from other user's
folder) using code?
All help appreciated!
 
K

Ken Slovak - [MVP - Outlook]

You can only send using accounts in your Outlook profile in Outlook 2007 by
setting the sending account. For earlier versions you can't do that.

If you are logged in as another user then you can send as them.

Otherwise the best you can do is use the SentOnBehalfOfName property, and
only if you have permissions to send on their behalf.
 
Top