View Single Post
  #2  
Old August 9th 08, 01:26 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default "Direct replies to" in OL2007

Take a look at the MailItem.ReplyRecipients collection and its Add method.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Stan" wrote:

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.)


Ads