DeliverIncomingEmailRequest.Cc Property

Definition

Gets or sets the addresses of the carbon copy (Cc) recipients for the email message. Required.

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

The addresses of the carbon copy (Cc) recipients for the email message.

Applies to