代码搜索:MAPI
找到约 647 项符合「MAPI」的源代码
代码结果 647
www.eeworm.com/read/114100/15113278
txt 怎样用vb编写传真软件.txt
编 写 传 真 软 件 不 使 用 MSComm控 件 , 如 果 你 的 WIndows安 装 了 Microsoft传 真 软 件 , 你 可 以 使 用 MAPI来 发 送 传 真 。 不 过 在 VB中 调 用 MAPI发 传 真 并 不 轻 松 , 因 为 发 送 前 数 据 的 转 换 和 收 到 数 据 的 处 理 都 比 较 麻 烦 。 如 果 你 的 要 求 不 高 , 其 实
www.eeworm.com/read/114100/15113491
txt 怎样用vb编写传真软件.txt
编 写 传 真 软 件 不 使 用 MSComm控 件 , 如 果 你 的 WIndows安 装 了 Microsoft传 真 软 件 , 你 可 以 使 用 MAPI来 发 送 传 真 。 不 过 在 VB中 调 用 MAPI发 传 真 并 不 轻 松 , 因 为 发 送 前 数 据 的 转 换 和 收 到 数 据 的 处 理 都 比 较 麻 烦 。 如 果 你 的 要 求 不 高 , 其 实
www.eeworm.com/read/135259/13944622
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/109930/15545233
zip how to send a mail message using vb mapi controls.zip
www.eeworm.com/read/229570/14329085
dpr simailmapi.dpr
(*
# (C) Copyright 2004
# Miha Vrhovnik, miha.vrhovnik@cordia.si
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
www.eeworm.com/read/116516/14967032
plg profiledemo.plg
Build Log
--------------------Configuration: ProfileDemo - Win32 Release--------------------
Command Lines
Creating temporary file "C:\WINDOWS\
www.eeworm.com/read/188943/8505543
cpp profiledemodlg.cpp
// ProfileDemoDlg.cpp : implementation file
//
//
// Written by Christopher W. Backen - VIZ Group, 1998
//
// ProfileDemo - Simple Dialog Wizaard to Add a service to the default
// Microsoft Ex
www.eeworm.com/read/284603/8914366
makefile
CC = gcc
RM = rm -f
RM_CMD = $(RM) *.BAK *.bak *.o ,* *~ *.a
CFLAGS=-O2 -Wall -g
PROGS=example1 example_ap
LIBS=-lm
all:: $(PROGS)
.c.o:
$(CC) $(CFLAGS) -c $<
mapi: mapi.o
$(CC) -O2 -o $@ $^
www.eeworm.com/read/118158/7134018
cpp profiledemodlg.cpp
// ProfileDemoDlg.cpp : implementation file
//
//
// Written by Christopher W. Backen - VIZ Group, 1998
//
// ProfileDemo - Simple Dialog Wizaard to Add a service to the default
// Microsoft Ex