Sets the Bcc address using the specified character encoding.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void SetBcc( string Bcc, string characterEncoding ) |
Visual Basic |
---|
Public Sub SetBcc ( _ Bcc As String, _ characterEncoding As String _ ) |
Visual C++ |
---|
public: void SetBcc( String^ Bcc, String^ characterEncoding ) |
Parameters
- Bcc
- Type: System..::..String
The Bcc header address.
- characterEncoding
- Type: System..::..String
The character encoding to use.
Remarks
To use the default "us-ascii" character set encoding for this property,
see Bcc.