Udit Chauhan

Udit Chauhan

  • 1.2k
  • 397
  • 29k

How to set email id for Reply All dynamically in c#

Nov 4 2019 6:29 AM
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 

Answers (1)