ItemType.DisplayCc 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.
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.