Vcl.ExtActns.TSendMail.GetMAPIString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetMAPIString(const Value: string): PAnsiChar;

C++

char * __fastcall GetMAPIString(const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail


説明

string の値を、MAPI 固有の文字列に変換します。

GetMAPIString は、メモリを確保し、MAPI 構造体内で使用することのできる Value のコピーを返します。

その結果返された文字列のためのメモリを解放するには、FreeMAPIString を呼び出します。

関連項目