Düzenle

Aracılığıyla paylaş


EmailAdapter.CC Property

Definition

Gets or sets the carbon copy (CC) recipients for the e-mail message associated with an EmailAdapterObject object.

public:
 property System::String ^ CC { System::String ^ get(); void set(System::String ^ value); };
public string CC { get; set; }
member this.CC : string with get, set
Public Property CC As String

Property Value

Remarks

The value must be a semicolon-delimited string that can be resolved into a list of valid e-mail addresses by the user's e-mail client.

Applies to