ItemType.DisplayTo Property
The DisplayTo property gets or sets the display string that is used for the contents of the To box. This is the concatenated string of all To recipient display names.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DisplayTo As String
Get
Set
'Usage
Dim instance As ItemType
Dim value As String
value = instance.DisplayTo
instance.DisplayTo = value
public string DisplayTo { get; set; }
Property Value
Type: System.String
The DisplayTo property returns a string that contains the value that is used for the contents of the To box.
See Also