Module mapi
A COM interface to MAPI
Methods
- HexFromBin
- converts a binary number into a string representation of a hexadecimal number.
- BinFromHex
- converts a hexadecimal number into a binary string
- MAPIUninitialize
- Decrements the reference count, cleans up, and deletes per-instance global data for the MAPI DLL.
- MAPIInitialize
- Increments the MAPI subsystem reference count and initializes global data for the MAPI DLL.
- MAPILogonEx
-
- MAPIAdminProfiles
-
- HrQueryAllRows
-
- RTFSync
-
- WrapCompressedRTFStream
-
- WrapCompressedRTFStreamEx
-
- OpenIMsgSession
-
- CloseIMsgSession
-
- OpenIMsgOnIStg
- Builds a new IMessage object on top of an existing OLE IStorage object, to be used within a message session.
- RTFStreamToHTML
-
- OpenStreamOnFile
- Allocates and initializes an OLE IStream object to access the contents of a file.
- OpenStreamOnFileW
- Allocates and initializes an OLE IStream object to access the contents of a file.
- HrGetOneProp
- Retrieves the value of a single property from an IMAPIProp object.
- HrSetOneProp
- Sets the value of a single property on a IMAPIProp object.
- HrAllocAdviseSink
- Creates an advise sink object, given a context specified by the calling implementation and a callback function to be triggered by an event notification.
- HrThisThreadAdviseSink
- Creates an advise sink that wraps an existing advise sink for thread safety.