cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
675 stars 159 forks source link

Bcc lost ? #217

Open dvandevate opened 2 months ago

dvandevate commented 2 months ago

How does one see the bcc addresses in an MessageStore.SaveAsync override ?

One can see the values in the IMessageTransaction.To container, but there is no apparent indication here which addresses are To,cc, or ,bcc

The buffer does not contain the bcc.

In an effort to relay the message, one is seemlingly unable to relay the bcc addresses ?