代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/104928/15681238
vbs page419.vbs
Dim objFolder, objSession, objMessage, objMessages
Set objSession = CreateObject("MAPI.Session")
objSession.Logon " Profile Name "
Set objFolder = objSession.InBox ' get a reference to the InBox
www.eeworm.com/read/124312/6053839
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Mapi1.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define
www.eeworm.com/read/125499/14489539
htm ch9.htm
Chapter 9 -- Creating a MAPI Mailing List Manager with the OLE Messaging Library
www.eeworm.com/read/230136/4726277
cpp testwizardinfo.cpp
#include "stdafx.h"
#include "TestWizardInfo.h"
#include
#include
// NOTE: These "Display Name" string arrays depends on the enumeration
// value corresponding to the
www.eeworm.com/read/387975/2553684
cpp testwizardinfo.cpp
#include "stdafx.h"
#include "TestWizardInfo.h"
#include
#include
// NOTE: These "Display Name" string arrays depends on the enumeration
// value corresponding to the
www.eeworm.com/read/148016/12501037
pas sendmail2.pas
unit SendMail2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, mapi;
type
TfrmSendMail2 = class(TForm)
Gr
www.eeworm.com/read/104928/15681216
vbs sol12-5.vbs
Dim objMessage
Dim objSession Set objSession = CreateObject("MAPI.Session")
objSession.Logon
'create a new message, setting the subject to Hello There
Set objMessage = objSession.Outbox.Messages
www.eeworm.com/read/104928/15681225
vbs extract.vbs
'extract.vbs
Dim objSession, objMsgColl, objMessage, strFile
Set objSession = CreateObject("MAPI.Session")
' supply a valid profile
objSession.Logon "Valid Profile"
'get a reference to the InBo
www.eeworm.com/read/104928/15681235
vbs page432.vbs
Set objSession = CreateObject("MAPI.Session")
objSession.Logon
'loop through an
For Each objInfoStore In objSession.Infostores
WScript.Echo objInfoStore.Name
Next
'reference the Personal
www.eeworm.com/read/291204/8435927
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, Buttons ,Mapi;
type
TForm1 = class(TForm)
lblProfile: TL