PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Please Help - "Have Replies Sent To"

Reply

Please Help - "Have Replies Sent To"

 
Thread Tools Rate Thread
Old 29-04-2004, 05:43 PM   #1
NeddyRock
Guest
 
Posts: n/a
Default Please Help - "Have Replies Sent To"


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
  Reply With Quote
Old 29-04-2004, 07:17 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Please Help - "Have Replies Sent To"

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



  Reply With Quote
Old 29-04-2004, 07:27 PM   #3
Guest
 
Posts: n/a
Default Re: Please Help - "Have Replies Sent To"

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

>
>
>.
>

  Reply With Quote
Old 29-04-2004, 07:54 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Please Help - "Have Replies Sent To"

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

> >
> >
> >.
> >



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off