Win32-2.11.0.0: A binding to Windows Win32 API.

Copyright(c) Esa Ilari Vuokko 2006
LicenseBSD-style (see the file LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Win32.SimpleMAPI

Description

FFI-bindings to interact with SimpleMAPI

Synopsis

Documentation

withMapiFuncs :: [String] -> (MapiFuncs -> IO a) -> IO a Source #

 

mapiLogon Source #

Arguments

:: MapiFuncs

Functions loaded from MAPI DLL

-> Maybe HWND

Parent window, used for modal logon dialog

-> Maybe String

Session

-> Maybe String

Password

-> MapiFlag

None, one or many flags: FORCE_DOWNLOAD, NEW_SESSION, LOGON_UI, PASSWORD_UI

-> IO LHANDLE 

Create Simple MAPI-session by logon

mapiLogoff :: MapiFuncs -> LHANDLE -> Maybe HWND -> IO () Source #

End Simple MAPI-session

data FileTag Source #

Constructors

FileTag 
Instances
Show FileTag Source # 
Instance details

Defined in System.Win32.SimpleMAPI

newtype MapiRecipDesc Source #

Constructors

MapiRecipDesc ()