The list of blind carbon copy recipients of the email. This returns the live list, so any modifications take action immediately. The property can be used like this:

CopyC#
mySendMailAction.Bcc.Add("myrecipient@mydomain.com");

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
IList<string> Bcc { get; }
ReadOnly Property Bcc As IList(Of String)
	Get
property IList<String^>^ Bcc {
	IList<String^>^ get ();
}

See Also