| Author |  | 
      
        | ECC Newbie
 
  
 
 Joined: 27 February 2008
 Location: India
 Online Status: Offline
 Posts: 1
 | 
          I'am using the MailBee POP3 trial vresion and BCC not returning the value, it always returns null or empty string.
           | Posted: 07 March 2008 at 1:18am | IP Logged |   |  
           | 
 |  
 string strBCC = msg.Bcc.AsString;
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          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".
           | Posted: 07 March 2008 at 1:26am | IP Logged |   |  
           | 
 |  
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | paulfinn31 Newbie
 
  
  
 Joined: 28 October 2009
 Location: United States
 Online Status: Offline
 Posts: 3
 | 
          Hello andrew
           | Posted: 28 October 2009 at 10:15am | IP Logged |   |  
           | 
 |  
 I have the same problem I tough it was just an error. Thank you for the information.
 | 
       
        | Back to Top |     | 
       
       
        |  |