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