ItemType.DisplayCc Property

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.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property DisplayCc As String
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As String

value = instance.DisplayCc

instance.DisplayCc = value
public string DisplayCc { get; set; }

Property Value

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