0

can we use system.web.mail in wcf library if yes then how can i get system.web.mail.dll

user601367
  • 2,308
  • 12
  • 34
  • 44

1 Answers1

0

These classes have been deprecated, you should use System.Net.Mail instead.

But yes, you can use them from WCF.

Johann Blais
  • 9,389
  • 6
  • 45
  • 65