⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mapi.h

📁 收发MAPI E-Mail(非SMTP E-mail), 传真的构件
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef mapiH
#define mapiH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include "Email.hpp"
//---------------------------------------------------------------------------
class TfrmTEmailTest : public TForm
{
__published:	// Composants g閞閟 par l'EDI
	TEmail *Email1;
	TButton *btnSend;
	TEdit *txtSujet;
	TLabel *Label1;
	TLabel *Label2;
	TEdit *txtTo;
	TLabel *Label3;
	TEdit *txtProfil;
	TLabel *Label4;
	TMemo *txtMemo;
	void __fastcall btnLogonClick(TObject *Sender);
	void __fastcall btnLogoffClick(TObject *Sender);
	void __fastcall btnSendClick(TObject *Sender);
	
private:	// D閏larations de l'utilisateur
public:		// D閏larations de l'utilisateur
	__fastcall TfrmTEmailTest(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TfrmTEmailTest *frmTEmailTest;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -