log4net SDK Documentation - Microsoft .NET Framework 4.0

SmtpAppender.Bcc Property

Gets or sets a semicolon-delimited list of recipient e-mail addresses that will be blind carbon copied.

[Visual Basic]
Public Property Bcc As String
[C#]
public string Bcc {get; set;}

Property Value

A semicolon-delimited list of e-mail addresses.

Remarks

A semicolon-delimited list of recipient e-mail addresses.

See Also

SmtpAppender Class | log4net.Appender Namespace