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