|   | MailBccRecipients Property | 
        
        
            Gets or sets the comma-separated or semicolon-separated e-mail address list of the 
Mail message blank carbon copy (BCC) recipients.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string BccRecipients { get; set; }Public Property BccRecipients As String
	Get
	Set
public:
property String^ BccRecipients {
	String^ get ();
	void set (String^ value);
}member BccRecipients : string with get, set
function get_BccRecipients();
function set_BccRecipients(value);
Property Value
String See Also
See Also