In c#,
we can change ReplyTo Email Id with MailMessage class property (ReplyToList).
But this will change emailId with whatever we set in code ot table driven only case of Reply.
It does not change ReplyAll emailids.
I want when User click on ReplyAll , emailId will be set using table driven.
How we can do that.
Please help