Outbox Rule: send from account

  • Thread starter Thread starter LeeTV
  • Start date Start date
L

LeeTV

Hi,
I hope this is the right newsgroup to post in:
my question: How can i create a rule to look for the text in subject line
and then send it from the respective account?

situation:
I have automated MS Access to create emails and put them in my outlook
outbox, the emails are either a:
registration confirmation
receipt/invoice
completion certificate

the above emails are to go through respective accounts.
registration confirmation = Registration email account
receipt/invoice = Payments email account
completion certificate = Education email account

all the accounts are currently set up in outlook. right now i'm manually
opening each email from the outbox and changing the account to the respective
outgoing account-- then allowing them to send--this is very time consuming.

Basically, How can i create a rule to look for the text in subject line and
then send it from the respective account?

TIA
Lee
 
Why do you need to create a rule for this? Since you are creating these
emails programmatically, you can also set the account you want to send them
with programmatically.

Check with the developers down the hall or at www.outlookcode.com if you
need more help with your code.
 
the DAO coding does permit the account selection. i would have to re-write
most of the code to change it. Figured it would be easier to just have an
outlook rule do it.
Thanks
Lee
 
Back
Top