Bcc Property

MSBuild

List of addresss that contains the blind carbon copy (BCC) recipients for this e-mail message


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Bcc As String[]
C#
public string[] Bcc { get; set; }
C++
public property string[] Bcc sealed  {
    array<String>^ get();
    void set(array<String>^ value);
}
J#
/** property */
public string[] get_Bcc();

/** property */
public void set_Bcc(string[] value);
JScript
public function get Bcc() : String[]

public function set Bcc(value : String[]);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.