Adds 'BCC' (Blind Carbon Copy) header.
Namespace: Limilabs.Mail.FluentAssembly: 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.