PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Please Help - "Have Replies Sent To"
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Please Help - "Have Replies Sent To"
![]() |
Please Help - "Have Replies Sent To" |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Is there a way to programatically set the "Have Replies
Sent To" option with a new mail item? I'm creating a mail item and setting various properties such as the "To", "Subject", "Body", "BodyFormat", etc. I would like to set the "Reply To" of the mail item so that if the recipient replies to the email, the "Reply To" address appears. I figured this would be a simply property setting from the mail item object. Any help would be tremendously appreciated. Thanks Ned |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Take a look at the MailItem.ReplyRecipients property
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "NeddyRock" <NeddyRock@aol.com> wrote in message news:623901c42e09$15630210$a101280a@phx.gbl... > Is there a way to programatically set the "Have Replies > Sent To" option with a new mail item? > > I'm creating a mail item and setting various properties > such as the "To", "Subject", "Body", "BodyFormat", etc. I > would like to set the "Reply To" of the mail item so that > if the recipient replies to the email, the "Reply To" > address appears. I figured this would be a simply > property setting from the mail item object. > > Any help would be tremendously appreciated. > > Thanks > Ned |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks. If I do get this working, are there going to be
any problems with security popup messages? I appreciate your time and efforts. Ned >-----Original Message----- >Take a look at the MailItem.ReplyRecipients property > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"NeddyRock" <NeddyRock@aol.com> wrote in message >news:623901c42e09$15630210$a101280a@phx.gbl... >> Is there a way to programatically set the "Have Replies >> Sent To" option with a new mail item? >> >> I'm creating a mail item and setting various properties >> such as the "To", "Subject", "Body", "BodyFormat", etc. I >> would like to set the "Reply To" of the mail item so that >> if the recipient replies to the email, the "Reply To" >> address appears. I figured this would be a simply >> property setting from the mail item object. >> >> Any help would be tremendously appreciated. >> >> Thanks >> Ned > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
That depends on your Outlook version and what kind of application you're
building. See http://www.outlookcode.com/d/sec.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx <anonymous@discussions.microsoft.com> wrote in message news:630e01c42e17$9ed289e0$a101280a@phx.gbl... > Thanks. If I do get this working, are there going to be > any problems with security popup messages? > > I appreciate your time and efforts. > Ned > >-----Original Message----- > >Take a look at the MailItem.ReplyRecipients property > > > > > >"NeddyRock" <NeddyRock@aol.com> wrote in message > >news:623901c42e09$15630210$a101280a@phx.gbl... > >> Is there a way to programatically set the "Have Replies > >> Sent To" option with a new mail item? > >> > >> I'm creating a mail item and setting various properties > >> such as the "To", "Subject", "Body", "BodyFormat", > etc. I > >> would like to set the "Reply To" of the mail item so > that > >> if the recipient replies to the email, the "Reply To" > >> address appears. I figured this would be a simply > >> property setting from the mail item object. > >> > >> Any help would be tremendously appreciated. > >> > >> Thanks > >> Ned > > > > > >. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

