foens / hpop

OpenPOP.NET code repository
http://hpop.sourceforge.net/
204 stars 114 forks source link

Forward mail #68

Open bprakash21 opened 6 years ago

bprakash21 commented 6 years ago

Can we forward mail with attachment to other id using this library.

jstedfast commented 5 years ago

This library is not meant for forwarding messages, although I suppose you could generate a forwarded message using the MailMessage that you download using this library and then send it via System.Net.Mail.SmtpClient.

For instructions on how to create a forwarded message using my library, MailKit, see my StackOverflow answer here: https://stackoverflow.com/a/29447087/87117