Adds 'BCC' (Blind Carbon Copy) header.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IFluentMail Bcc(
	string address
)
Visual Basic
Function Bcc ( _
	address As String _
) As IFluentMail
Visual C++
IFluentMail^ Bcc(
	String^ address
)

Parameters

address
Type: System..::..String
Email address of the BCC recipient.

Return Value

Email configuration.

See Also