MAPIEx
MAPIEx handles Microsoft Outlook elements as messages, folders, contacts and appointments through Extended MAPI (Message API).
With MAPIEx you can check email folders, open and save emails including images and attachments, create contacts or delete emails and folders. Many simple examples are included in MAPIEx_demo package.
MAPIEx is a wrapper of Noel Dillabough CMAPIEx library It contains code from Lucian Wischik MAPI Utils.
The main changes in relationship with original code have been:
"new" and "delete" are not necessary in user program. No heap errors are expected as now all user variables are in the stack. In addition internal use of heap has been reduced.
The library interface from user point of view has been simplified. GetContents() and GetHierarchy() use is now private.
To improve compatibility CString and TCHAR have been removed. They have been substituted by String.
Added documentation.
MAPIEx classes are:
MAPIEx
MAPIFolder
MAPIMessage
MAPIAppointment
MAPIAttachment
MAPIContact
As MAPIEx uses internal Microsoft infrastructure, it can only work in Windows.
There is also a News and changes log, License and a ToDo list.
|