CC Property

MSBuild

List of addresss that contains the carbon copy (CC) 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 CC As String[]
C#
public string[] CC { get; set; }
C++
public property string[] CC sealed  {
    array<String>^ get();
    void set(array<String>^ value);
}
J#
/** property */
public string[] get_CC();

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

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

See Also

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