0 votes
by (880 points)
edited

It seems that, when I construct a MailMessage with BCC recipients and send that using Smtp.Send(MailMessage), the BCC recipients are visible in the header of the sent/received mail. Is it correct that I explicitly have to set MailMessage.Options.DoNotWriteBcc or is that a bug?

Applies to: Rebex Secure Mail
by (58.9k points)
edited

Could you please send us a log of communication (either post it here, or send it to support@rebex.net.) We will be able to look into this issue then.

2 Answers

0 votes
by (880 points)
edited

I think the problem occurs because I (have to) use the SendWithNoBuffer option. Have a look at Smtp.SendInternal. If the option is not set, you automatically add DoNotWriteBcc, if it is, you don't. Question is why?

0 votes
by (58.9k points)
edited

UPDATE The fix has been released as a part of version 2014R2.


You are right there is no reason as this was a bug in the component. Please download the trial version of the hotfix and let us know whether the problem is resolved by applying it.

If you have an active Rebex licence, please send your licence identification to support@rebex.net and we will send you the full non-expiring hotfix version in return.

...