Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
shaswata56 7b07a90fc1 added large files to lfs 4 years ago
..
_scode.h commiting as it is 4 years ago
_tags.h commiting as it is 4 years ago
bitmap.c commiting as it is 4 years ago
bitmap.h commiting as it is 4 years ago
client.c commiting as it is 4 years ago
client.h commiting as it is 4 years ago
client.ico commiting as it is 4 years ago
client.rc commiting as it is 4 years ago
client2.ico commiting as it is 4 years ago
envelope.bmp commiting as it is 4 years ago
makefile commiting as it is 4 years ago
mapidbg.c commiting as it is 4 years ago
pdkver.h commiting as it is 4 years ago
pvalloc.c commiting as it is 4 years ago
pvalloc.h commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
smapi.h commiting as it is 4 years ago
sources commiting as it is 4 years ago

readme.txt

Sample Simple MAPI Client



The Simple.Cli sample application illustrates using Simple MAPI functions.

The sample is a very simple mail client. Using it is intuitive and
straightforward.

To run this application, you have to have MAPI run-time binaries installed on
your system. For installation instructions, see the readme.wri in the
mstools\mapi\ directory.

When writing simple MAPI applications, the addresses of all of the simple
MAPI functions has to be obtained explicitly (using GetProcAddress), as
opposed to linking to the import library for MAPI.DLL.

If sending/receiving mail is not the primary function of your application, you
can test presence of simple MAPI in a system without incurring high cost of
trying to load a DLL. You can test the value of the MAPI variable. It is 1 if
simple MAPI is installed. The variable is located in the [mail] section of
win.ini on 16-bit Windows and Windows NT version 3.51 and earlier and under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Messaging Subsystem in the
registry on Windows 95 and Windows NT 4.0 and later.

Known Problems
--------------

When you Reply All to a message that you sent to yourself, your name will
appear twice in the To well. This is caused by the fact that Simple MAPI
does not expose either search key or a way to compare entry IDs, so there is
no safe way to remove duplicates from the recipient list.