Vcl.ExtActns.TRecipientItem.Address

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Address: string read FAddress write FAddress;

C++

__property System::UnicodeString Address = {read=FAddress, write=FAddress};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TRecipientItem

Beschreibung

Legt die E-mail-Adresse des Empfängers fest.

Beispiele von gültigen Adressen:

SMTP:name@host.com

FAX:206-555-1212

Siehe auch