Vcl.ExtActns.TRecipientItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TRecipientItem

Description

Returns the name of the recipient item as it appears in the collection editor.

The name also appears in the To, CC, or BCC fields of the e-mail message along with the recipient's address.

GetDisplayName is the protected read implementation of the DisplayName property.


See Also