ItemType.DisplayTo Property

Definition

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.

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

Property Value

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

Applies to