代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/163903/5505438
bpr mapi.bpr
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# --------------------------------------------------------------------------
www.eeworm.com/read/163903/5505440
dpr mapi.dpr
program Mapi;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/163903/5505441
cpp mapi.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Mapi.res");
USEFORMNS("Unit1.pas", Unit1, Form1);
//------------------------
www.eeworm.com/read/272131/4217869
properties mapi.properties
# Mail Integration Dialog
dialogTitle=%S
dialogText=Do you want to use %S as the default mail application?
newsDialogText=Do you want to use %S as the default news application?
feedDialogText=Do you
www.eeworm.com/read/382791/2625478
cpp mapi.cpp
// Mapi.cpp : implementation file
//
// Written by Christopher W. Backen - VIZ Group, 1998
//
// Simple MAPI Class to help someone Add/Delete messaging profiles,
// configure messaging services
www.eeworm.com/read/382791/2625480
h mapi.h
#if !defined(AFX_MAPI_H__57A032A1_5249_11D2_AFCE_0080C7597ADC__INCLUDED_)
#define AFX_MAPI_H__57A032A1_5249_11D2_AFCE_0080C7597ADC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/267735/4260994
cpp mapi.cpp
// Mapi.cpp : implementation file
//
// Written by Christopher W. Backen - VIZ Group, 1998
//
// Simple MAPI Class to help someone Add/Delete messaging profiles,
// configure messaging services
www.eeworm.com/read/267735/4260996
h mapi.h
#if !defined(AFX_MAPI_H__57A032A1_5249_11D2_AFCE_0080C7597ADC__INCLUDED_)
#define AFX_MAPI_H__57A032A1_5249_11D2_AFCE_0080C7597ADC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/255218/4378842
h mapi.h
#ifndef _MAPI_H
#define _MAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define SUCCESS_SUCCESS 0
#define MAPI_USER_ABORT 1
#define MAPI_E_USER_A
www.eeworm.com/read/102568/6784351
bas mapi.bas
Attribute VB_Name = "mIni"
Public Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpStri