mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
21 lines
523 B
Modula-2
21 lines
523 B
Modula-2
; 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
|
|
|