diff options
Diffstat (limited to 'mailnews/mapi/mapiDll/Mapi32.DEF')
-rw-r--r-- | mailnews/mapi/mapiDll/Mapi32.DEF | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mailnews/mapi/mapiDll/Mapi32.DEF b/mailnews/mapi/mapiDll/Mapi32.DEF new file mode 100644 index 000000000..5e95396b0 --- /dev/null +++ b/mailnews/mapi/mapiDll/Mapi32.DEF @@ -0,0 +1,21 @@ +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. + +LIBRARY mozMapi32.dll + +EXPORTS + MAPILogon + MAPILogoff + MAPISendMail + MAPISendDocuments + MAPIFindNext + MAPIReadMail + MAPISaveMail + MAPIDeleteMail + MAPIAddress + MAPIDetails + MAPIResolveName + MAPIFreeBuffer + GetMapiDllVersion + |