ItemProperties Have Replies Sent to does not work

S

Software Solutions

I want to programatically set the "have replies sent to" field to a specific
value.
Is this the right way of doing it?

MailItem.ItemPropoerties("Have Replies Sent To").Value = "email_id";

I do that just before Item_Send finishes. but when I hit reply "email_id"
does not appear. rather the " from" value is used. when I look in to the
form fields "Have Replies Sent To" is blank.
 

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