Sorry to bug you but I’m having a bit of difficulty with something within a VB.net project where we use your Mail.dll to generate the emails.
The problem is that the BCC recipients are showing up in the header when the email is viewed in gmail.
The method we’re using saves the generated emails into a pickup folder ready for the server to grab them and send them out via SMTP (this is our preferred method) however I can see that the BCC recipients will be rendered this way.
I looked at your methods and swapped “save” for “render”, rendering to a byte array, then writing that byte array to an eml file.
However the BCC does not get added to the eml this way.
Is there a way around this, where I can have the BCC saved in the eml, but not visible to the end recipient?
Many thanks!