代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/470743/6907787
pas mapiutil.pas
{
THIS FILE MUST BE THE LAST AMONG THE MAPI HEADERS IN THE "USES" CLAUSE
IF YOU WANT TO DYNAMICALLY LINK TO THE MAPI32.DLL !!!!
}
unit MAPIUtil;
interface
uses MAPIDefs,Windows,ActiveX
www.eeworm.com/read/16910/701971
h wabutil.h
/*
* WABUTIL.H
*
* Definitions and prototypes for utility functions provided by MAPI
* in MAPI[xx].DLL.
*
* Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
*/
#if
www.eeworm.com/read/26953/860926
h wabutil.h
/*
* WABUTIL.H
*
* Definitions and prototypes for utility functions provided by MAPI
* in MAPI[xx].DLL.
*
* Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
*/
#if
www.eeworm.com/read/147363/12558265
h wabutil.h
/*
* WABUTIL.H
*
* Definitions and prototypes for utility functions provided by MAPI
* in MAPI[xx].DLL.
*
* Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
*/
#if
www.eeworm.com/read/113169/15468883
cpp smapidos.cpp
#include
#include
#include
LPMAPILOGON lpfnMAPILogon;
LPMAPISENDMAIL lpfnMAPISendMail;
LPMAPILOGOFF lpfnMAPILogoff;
MapiRecipDesc recipient=
{
0,
MAPI_TO,
www.eeworm.com/read/261925/4319346
py set_read_flag.py
from __future__ import generators
# Set items to read/unread
import pythoncom
import os, sys
from win32com.mapi import mapi, mapiutil
from win32com.mapi.mapitags import *
MSGFLAG_READ = 0x1
CLEAR_
www.eeworm.com/read/125499/14489607
htm ch7.htm
Chapter 7 -- Creating a Simple MAPI Client with the MAPI Controls
www.eeworm.com/read/104928/15681214
vbs sol12-2.vbs
Dim objSession, objShell, strProf
Set objShell = CreateObject("WScript.Shell")
' create a MAPI session
Set objSession = CreateObject("MAPI.Session")
If InStr(objSession.OperatingSystem, "NT")
www.eeworm.com/read/108922/15570096
pas sender.pas
{ this is the other part of my simple MAPI example. I just want to give
the user the general understanding of how to send MAPI mail with an
attachment. In the real world this program would have