EmailAdapter.CC Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.