+1 vote

I have successfully being using the Limilabs IMAP .Net component for several months now. Today I updated my code to support BCC addresses. My code is basically this:

string theBCC = "foo@bar.com";
builder.Bcc.Add(new MailBox(theBCC, ""));

This code runs fine, but the when I view the draft of the email in GMail, there is no value for Bcc. My To: and Cc: fields work just fine.

Any ideas?

Many thanks,
danny

by

1 Answer

0 votes
 
Best answer

Could you please check, if you have this problem with the latest version:

https://www.limilabs.com/mail/download

I believe it was fixed already.

by (297k points)
...