Vcl.ExtActns.TSendMail.RecipientTypeToRecipClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function RecipientTypeToRecipClass(const Value: TRecipientType): ULONG; inline;

C++

unsigned __fastcall RecipientTypeToRecipClass(const TRecipientType Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Beschreibung

Konvertiert einen TRecipientType-Wert in einen MAPI-spezifischen Wert.

Rufen Sie RecipientTypeToRecipClass auf, um die MAPI-Konstante zu ermitteln, die einem Empfängertyp entspricht.

Der Wert kann rtPrimary, rtCC oder rtBCC sein.

Siehe auch