New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 4.x > New features > BCC field for Bizform emails View modes: 
User avatar
Member
Member
polarwarp-gmail - 10/5/2009 6:28:56 PM
   
BCC field for Bizform emails
Please consider adding a BCC field to the Cms desk, My Tools, Bizforms section for both the autoresponder and send data via email functionality. Am currently finding that I have to write that code myself and would be really useful to just be able to have the framework do it :)

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 10/7/2009 8:49:24 AM
   
RE:BCC field for Bizform emails
Hello,

Thank you for your feature suggestion. I've passed it to our Product Manager and he will consider adding it into one of future versions of Kentico CMS.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
madhavi-msinteractive - 11/11/2011 4:54:13 PM
   
RE:BCC field for Bizform emails
I do not see BCC feature even version 6.0 , can any body help me to add bcc feature to bizform code. Thank you very much.

User avatar
Member
Member
kentico_edwardh - 11/11/2011 6:25:28 PM
   
RE:BCC field for Bizform emails
Hello,

You would need to ensure this by customization and API. You can override two virtual methods - SendNotificationEmail and SendConfirmationEmail (see our API reference file: API) and write the requested logic. You will need to write it in appropriate event handler. Please see:
http://devnet.kentico.com/docs/6_0/devguide/index.html?api_bizforms_customization_possibilities.htm

Best Regards,
Edward Hillard

User avatar
Member
Member
madhavi-msinteractive - 11/11/2011 10:23:25 PM
   
RE:BCC field for Bizform emails
I am trying to use these but neither of them have bcc field

BizFormInfo bfi = this.Bizform1.BasicForm.FormInformation;
this.Bizform1.SendNotificationEmail