Edit

Share via


SearchPreviewItem.CcRecipients Property

Definition

Gets or sets the list of addressees that received the item but were not expected to take any action. The CcRecipients property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property cli::array <System::String ^> ^ CcRecipients { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] CcRecipients { get; set; }
Public Property CcRecipients As String()

Property Value

String[]

The Cc recipients list.

Applies to