"Direct replies to" in OL2007

  • Thread starter Thread starter Stan
  • Start date Start date
S

Stan

I can't find properties or methods allowing me to set the "Direct
Replies To" option on an outgoing e-mail. The option is on the Options
tab, and brings up the Message Options dialog with the "Have replies
sent to" checkbox checked and the cursor in the textbox where an
alternate reply-to address can be entered. How can I do that with a
macro? (The reply-to address can be hard-coded; otherwise it wouldn't
be worth a macro.)
 
Take a look at the MailItem.ReplyRecipients collection and its Add method.
 
Back
Top