代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/26953/861361
h mapival.h
/*
* M A P I V A L . H
*
* Macros used to validate parameters on standard MAPI object methods.
* Used in conjunction with routines found in MAPIU.DLL.
*
* Copyright 1986-1996 Micro
www.eeworm.com/read/26953/861565
h mapiform.h
/*
* M A P I F O R M . H
*
* Declarations of interfaces for clients and providers of MAPI
* forms and form registries.
*
* Copyright 1986-1996 Microsoft Corporation. All Rights Reserve
www.eeworm.com/read/207993/4998134
readme
NAME
MonetDB::CLI::MapiPP - MonetDB::CLI implementation, using the Mapi protocol
SYNOPSIS
use MonetDB::CLI::MapiPP;
my $cxn = MonetDB::CLI::MapiPP->connect( $host, $port, $user, $pass, $lang
www.eeworm.com/read/135259/13945113
h mapival.h
/*
* M A P I V A L . H
*
* Macros used to validate parameters on standard MAPI object methods.
* Used in conjunction with routines found in MAPIU.DLL.
*
* Copyright 1986-1996 Micro
www.eeworm.com/read/135259/13947328
h mapiform.h
/*
* M A P I F O R M . H
*
* Declarations of interfaces for clients and providers of MAPI
* forms and form registries.
*
* Copyright 1986-1996 Microsoft Corporation. All Rights Reserve
www.eeworm.com/read/104928/15681219
vbs sol12-7.vbs
Const MsgTo = 1
Const MsgCC = 2
Const MsgBCC = 3
Dim objSession, objMessage, objRecipient
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "Valid Profile"
Set objMessage = ob
www.eeworm.com/read/104928/15681223
vbs sol12-8.vbs
Const MsgTo = 1
Dim objSession, objRecipient
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "Valid Profile"
Set objMessage = objSession.Outbox.Messages.Add
objMessage.Subjec
www.eeworm.com/read/104928/15681226
vbs sendattach.vbs
'sendattach.vbs
Const MsgFileData =1
Const MsgFileLink = 2
Const MsgOLE = 3
Dim objSession, objMessage, objRecipient '
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "Valid prof
www.eeworm.com/read/104928/15681237
vbs sol12-6.vbs
Const MsgHigh = 2
Dim objSession, objMessage
Set objSession = CreateObject("MAPI.Session")
objSession.Logon
Set objMessage = objSession.Outbox.Messages.Add
objMessage.Subject = "Test messag
www.eeworm.com/read/458215/7301911
cpp cd8_4u.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include "About.h"
#include "cd8_4u.h"
#include "W2kStrs.h"
#include "MAPI.hpp"
#inclu