• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..31-Mar-2022-

README.mdH A D31-Mar-20221.6 KiB3425

mapiaux.hH A D31-Mar-20226.9 KiB236139

mapicode.hH A D31-Mar-20227.5 KiB219104

mapidbg.hH A D31-Mar-202221.9 KiB493340

mapidefs.hH A D31-Mar-202280.1 KiB2,7371,880

mapiform.hH A D31-Mar-202226.5 KiB633453

mapiguid.hH A D31-Mar-202211.3 KiB354182

mapihook.hH A D31-Mar-20222.5 KiB8457

mapinls.hH A D31-Mar-20225 KiB197151

mapioid.hH A D31-Mar-20222.6 KiB10752

mapispi.hH A D31-Mar-202231.3 KiB930658

mapitags.hH A D31-Mar-202252.1 KiB1,037761

mapiutil.hH A D31-Mar-202225 KiB890385

mapival.hH A D31-Mar-202293.1 KiB1,9761,531

mapiwin.hH A D31-Mar-20228.8 KiB275160

mapiwz.hH A D31-Mar-20221.8 KiB7443

mapix.hH A D31-Mar-202217.3 KiB546421

mspst.hH A D31-Mar-20224.8 KiB10019

README.md

1The contents of this directory are from the MAPI Stub Library, formerly
2Outlook MAPI Headers.
3
4The files were downloaded from https://github.com/stephenegriffin/MAPIStubLibrary
5at revision 01f9bf8cd2ac39078aabfc4662c873159efd75d6.
6
7The files have been renamed to lower-cased filenames for cross-compiling
8compatibility.
9
10The content of the imported files was validated by comparing them to the
11ones found in the Outlook2010MAPIHeaders.exe that was previously available
12from MSDN. No differences were found that affect the code (mostly whitespace).
13
14MIT License
15
16Copyright (c) 2018 Microsoft
17
18Permission is hereby granted, free of charge, to any person obtaining a copy of
19this software and associated documentation files (the "Software"), to deal in
20the Software without restriction, including without limitation the rights to
21use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
22the Software, and to permit persons to whom the Software is furnished to do so,
23subject to the following conditions:
24
25The above copyright notice and this permission notice shall be included in all
26copies or substantial portions of the Software.
27
28THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
30FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
31COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
32IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
33CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34