代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/434589/7856986
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[MAPI.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/398908/7910929
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[MAPI.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/149542/12366356
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[MAPI.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/16910/702582
h mapiguid.h
/*
* M A P I G U I D . H
*
* Master definitions of all GUID's for MAPI.
*
* When included without INITGUID defined, this header file
* defines symbols that reference IIDs elsewhere.
www.eeworm.com/read/26953/861537
h mapiguid.h
/*
* M A P I G U I D . H
*
* Master definitions of all GUID's for MAPI.
*
* When included without INITGUID defined, this header file
* defines symbols that reference IIDs elsewhere.
www.eeworm.com/read/207993/4998154
pm mapilib.pm
package MonetDB::CLI::MapiLib;
use MapiLib();
use strict;
use warnings;
our $VERSION = '0.03';
sub connect
{
my ($class, $host, $port, $user, $pass, $lang) = @_;
my $h = MapiLib::mapi_connect
www.eeworm.com/read/112086/15493713
cpp cd8_4u.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include "About.h"
#include "cd8_4u.h"
#include "W2kStrs.h"
#include "MAPI.hpp"
#inclu
www.eeworm.com/read/104928/15681221
vbs filter.vbs
'filter.vbs
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "SCB"
Set objMsgColl = objSession.InBox.Messages
Set objFilter = objMsgColl.Filter
'set the filter properties to fi
www.eeworm.com/read/186679/8917488
cpp imapi.cpp
/*
* $Header:$
*
* $Log:$
*/
#include "stdafx.h"
#include
#include "imapi.h"
HINSTANCE CIMapi::m_hInstMail = (HINSTANCE) NULL;
BOOL CIMapi::m_isMailAvail = (BOOL) -1;
CIMa