Author |
|
ECC Newbie
Joined: 27 February 2008 Location: India
Online Status: Offline Posts: 1
|
Posted: 07 March 2008 at 1:18am | IP Logged
|
|
|
I'am using the MailBee POP3 trial vresion and BCC not returning the value, it always returns null or empty string.
string strBCC = msg.Bcc.AsString;
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 07 March 2008 at 1:26am | IP Logged
|
|
|
If you've not assigned a value to this property explicitly, it'll always be empty because incoming messages never contain this header, it's removed by e-mail client sending the message or mail server. That's why this is "Blind Carbon Copy".
Best regards,
Andrew
|
Back to Top |
|
|
paulfinn31 Newbie
Joined: 28 October 2009 Location: United States
Online Status: Offline Posts: 3
|
Posted: 28 October 2009 at 10:15am | IP Logged
|
|
|
Hello andrew
I have the same problem I tough it was just an error. Thank you for the information.
|
Back to Top |
|
|