Nang H. Vu - Learn and Fun Home Page

Home

History
Contact Me
A - B
C - D
E - F
K - L
M - N
O - P
S - T
U - V
Z - W
Family and Relatives
Relatives - Page 1
Lasan Taberd - School
Lasan Taberd Student List
Lasan Taberd - Page 1
Lasan Taberd - Page 2
Lasan Taberd - Page 3
Lasan Taberd - Page 4
Lasan Taberd - Page 5
Lasan Taberd - Page 6
Lasan Taberd - Page 7
Taberd - Class 10 Year 1969
Taberd - Class 11 Year 1970
Taberd - Class 12 Year 1971
Friends - Page 1
Friends - Page 2
Friends - Page 3
Friends - Page 4
Friends - Page 5
Expatiatory
M - N

MAPI

MAPI is an acronym for Messaging Application Programming Interface. It is a standardized set of C functions placed into a code library known as a Dynamic Link Library (DLL). The functions were originally designed by Microsoft, but they have received support of many third party vendors.

Having a standard library of messaging functions allows Windows application developers to take advantage of the Windows messaging subsystem, supported by default with Microsoft Mail or Microsoft Exchange. By writing to the generic MAPI interface, any Windows application can become "mail-enabled". Since MAPI standardizes the way messages are handled by mail-enabled applications, each such application does not have to include vendor-specific code for each target messaging system.

The MAPI library is also available to Visual Basic application writers through a Basic-to-C translation layer.