Replying with a template via Rules and Alerts

T

tsbarr

I have set up a rule to reply with a template when I receive emails from a
certain sender. The problem is the sender address is "(e-mail address removed) on
behalf of (e-mail address removed)". What I want is for the reply to be sent to the
on behalf address, and that works if I just reply manually to the email - the
on behalf address is populated in the "To:" field. However, when the rule
replies with the template, it sends to the actual sender's address, not the
on behalf address. Is there anyway to have the on behalf address used in
this situation???

Thanks!
 
T

tsbarr

Thanks for the reply Diane. I am pretty familiar with VB for Excel, but not
for Outlook. Since there is an option in Rules and Alerts to run a script
when a message comes in, I would think you could write one that 1) grabs the
address that comes after the "on behalf" part of the sender address, 2) opens
the reply template, 3) puts that address in the "To:" field, then sends.
What do you think? If that sounds feasible, is that something you could give
me some direction on?

Thanks again,
Tim

Diane Poremsky said:
There is no way around it within Outlook that I'm aware of. Utilities might
use the other field - see http://www.slipstick.com/addins/auto.asp for tools
which may do it.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


tsbarr said:
I have set up a rule to reply with a template when I receive emails from a
certain sender. The problem is the sender address is "(e-mail address removed) on
behalf of (e-mail address removed)". What I want is for the reply to be sent to
the
on behalf address, and that works if I just reply manually to the email -
the
on behalf address is populated in the "To:" field. However, when the rule
replies with the template, it sends to the actual sender's address, not
the
on behalf address. Is there anyway to have the on behalf address used in
this situation???

Thanks!
 
D

Diane Poremsky [MVP]

I'm not sure if it will work, but start at outlookcode.com for assistance
with scripts.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


tsbarr said:
Thanks for the reply Diane. I am pretty familiar with VB for Excel, but
not
for Outlook. Since there is an option in Rules and Alerts to run a script
when a message comes in, I would think you could write one that 1) grabs
the
address that comes after the "on behalf" part of the sender address, 2)
opens
the reply template, 3) puts that address in the "To:" field, then sends.
What do you think? If that sounds feasible, is that something you could
give
me some direction on?

Thanks again,
Tim

Diane Poremsky said:
There is no way around it within Outlook that I'm aware of. Utilities
might
use the other field - see http://www.slipstick.com/addins/auto.asp for
tools
which may do it.

--
Diane Poremsky [MVP - Outlook]





EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your
newsreader to msnews.microsoft.com.


tsbarr said:
I have set up a rule to reply with a template when I receive emails
from a
certain sender. The problem is the sender address is "(e-mail address removed)
on
behalf of (e-mail address removed)". What I want is for the reply to be sent to
the
on behalf address, and that works if I just reply manually to the
email -
the
on behalf address is populated in the "To:" field. However, when the
rule
replies with the template, it sends to the actual sender's address, not
the
on behalf address. Is there anyway to have the on behalf address used
in
this situation???

Thanks!
 
T

tsbarr

Hi all. I still haven't figured this out. If anyone knows of a script that
I can use to reply to a "on behalf of" address when running rules, please let
me know. Thanks!
 
D

Dudely

Hi all.  I still haven't figured this out.  If anyone knows of a script that
I can use to reply to a "on behalf of" address when runningrules, please let
me know.  Thanks!






- Show quoted text -


I'm no fancy book writer, but why not parse out the address you want
to send to, and then use .ReplyRecipients.Add AddressYouWant
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top