Vcl.ExtActns.TSendMail.RecipientTypeToRecipClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

unsigned __fastcall RecipientTypeToRecipClass(const TRecipientType Value);

Properties

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

Description

Converts a TRecipientType value to a value specific to MAPI.

Call RecipientTypeToRecipClass to obtain the MAPI constant corresponding to a type of recipient.

The value can be rtPrimary, rtCC, or rtBCC.

See Also