ItemType.DisplayCc Property

Definition

The DisplayCc property gets or sets the display string that is used for the contents of the Cc box. This is the concatenated string of all Cc recipient display names.

public:
 property System::String ^ DisplayCc { System::String ^ get(); void set(System::String ^ value); };
public string DisplayCc { get; set; }
Public Property DisplayCc As String

Property Value

The DisplayCc property returns a string that contains the value that is used for the contents of the Cc box.

Applies to